author | Dave Longley <dlongley@digitalbazaar.com> |
Fri, 23 Aug 2013 14:00:13 -0400 (2013-08-23) | |
changeset 1914 | b3f17211d9c8 |
parent 1913 | f978c762df84 |
child 1915 | 19149523b6fd |
test-suite/reports/earl.jsonld | ||
test-suite/reports/earl.ttl | ||
test-suite/reports/index.html |
--- a/test-suite/reports/earl.jsonld Fri Aug 23 13:30:46 2013 -0400 +++ b/test-suite/reports/earl.jsonld Fri Aug 23 14:00:13 2013 -0400 @@ -119,11 +119,11 @@ "language": "Ruby", "license": "http://unlicense.org", "release": { - "@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.1", + "@id": "https://github.com/gkellogg/earl-report/tree/0.2.3", "@type": "doap:Version", - "name": "earl-report-0.2.7.1", - "created": "2013-08-18", - "revision": "0.2.7.1" + "name": "earl-report-0.2.3", + "created": "2013-05-02", + "revision": "0.2.3" }, "developer": { "@type": "foaf:Person", @@ -135,7 +135,8 @@ "assertions": [ "earl.ttl", "java-earl.ttl", - "jsonld.js-earl.ttl", + "jsonld.js-browser-earl.ttl", + "jsonld.js-node.js-earl.ttl", "markus-earl.ttl", "php-json-ld-earl.ttl", "pyld-earl.ttl", @@ -184,12 +185,31 @@ "homepage": "http://github.com/ruby-rdf/json-ld/" }, { - "@id": "https://github.com/digitalbazaar/jsonld.js", + "@id": "https://github.com/digitalbazaar/jsonld.js#browser", "@type": [ "earl:TestSubject", "doap:Project" ], - "name": "jsonld.js", + "name": "jsonld.js browser", + "developer": [ + { + "@type": "foaf:Person", + "@id": "https://github.com/dlongley", + "foaf:name": "Dave Longley", + "foaf:homepage": "https://github.com/dlongley" + } + ], + "doapDesc": "A JSON-LD processor for JavaScript", + "homepage": "https://github.com/digitalbazaar/jsonld.js", + "language": "JavaScript" + }, + { + "@id": "https://github.com/digitalbazaar/jsonld.js#node.js", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "jsonld.js node.js", "developer": [ { "@type": "foaf:Person", @@ -262,5526 +282,12 @@ ], "entries": [ { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld", - "@type": [ - "earl:Report", - "mf:Manifest" - ], - "entries": [ - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "drop free-floating nodes", - "testAction": "http://json-ld.org/test-suite/tests/compact-0001-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Unreferenced nodes not containing properties are dropped", - "testResult": "http://json-ld.org/test-suite/tests/compact-0001-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "basic", - "testAction": "http://json-ld.org/test-suite/tests/compact-0002-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Basic term and value compaction", - "testResult": "http://json-ld.org/test-suite/tests/compact-0002-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "drop null and unmapped properties", - "testAction": "http://json-ld.org/test-suite/tests/compact-0003-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Properties mapped to null or which are never mapped are dropped", - "testResult": "http://json-ld.org/test-suite/tests/compact-0003-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "optimize @set, keep empty arrays", - "testAction": "http://json-ld.org/test-suite/tests/compact-0004-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Containers mapped to @set keep empty arrays", - "testResult": "http://json-ld.org/test-suite/tests/compact-0004-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@type and prefix compaction", - "testAction": "http://json-ld.org/test-suite/tests/compact-0005-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact uses prefixes in @type", - "testResult": "http://json-ld.org/test-suite/tests/compact-0005-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "keep expanded object format if @type doesn't match", - "testAction": "http://json-ld.org/test-suite/tests/compact-0006-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Values not matching a coerced @type remain in expanded form", - "testResult": "http://json-ld.org/test-suite/tests/compact-0006-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "add context", - "testAction": "http://json-ld.org/test-suite/tests/compact-0007-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "External context is added to the compacted document", - "testResult": "http://json-ld.org/test-suite/tests/compact-0007-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "alias keywords", - "testAction": "http://json-ld.org/test-suite/tests/compact-0008-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Aliases for keywords are used in compacted document", - "testResult": "http://json-ld.org/test-suite/tests/compact-0008-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "compact @id", - "testAction": "http://json-ld.org/test-suite/tests/compact-0009-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Value with @id is compacted to string if property cast to @id", - "testResult": "http://json-ld.org/test-suite/tests/compact-0009-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "array to @graph", - "testAction": "http://json-ld.org/test-suite/tests/compact-0010-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "An array of objects is serialized with @graph", - "testResult": "http://json-ld.org/test-suite/tests/compact-0010-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "compact date", - "testAction": "http://json-ld.org/test-suite/tests/compact-0011-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanded value with type xsd:dateTime is represented as string with type coercion", - "testResult": "http://json-ld.org/test-suite/tests/compact-0011-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "native types", - "testAction": "http://json-ld.org/test-suite/tests/compact-0012-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Native values are unmodified during compaction", - "testResult": "http://json-ld.org/test-suite/tests/compact-0012-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@value with @language", - "testAction": "http://json-ld.org/test-suite/tests/compact-0013-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Values with @language remain in expended form by default", - "testResult": "http://json-ld.org/test-suite/tests/compact-0013-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "array to aliased @graph", - "testAction": "http://json-ld.org/test-suite/tests/compact-0014-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Aliasing @graph uses alias in compacted document", - "testResult": "http://json-ld.org/test-suite/tests/compact-0014-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "best match compaction", - "testAction": "http://json-ld.org/test-suite/tests/compact-0015-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Property with values of different types use most appropriate term when compacting", - "testResult": "http://json-ld.org/test-suite/tests/compact-0015-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "recursive named graphs", - "testAction": "http://json-ld.org/test-suite/tests/compact-0016-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compacting a document with mutliple embedded uses of @graph", - "testResult": "http://json-ld.org/test-suite/tests/compact-0016-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "A term mapping to null removes the mapping", - "testAction": "http://json-ld.org/test-suite/tests/compact-0017-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Mapping a term to null causes the property and its values to be removed from the compacted document", - "testResult": "http://json-ld.org/test-suite/tests/compact-0017-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "best matching term for lists", - "testAction": "http://json-ld.org/test-suite/tests/compact-0018-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Lists with values of different types use best term in compacted document", - "testResult": "http://json-ld.org/test-suite/tests/compact-0018-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Keep duplicate values in @list and @set", - "testAction": "http://json-ld.org/test-suite/tests/compact-0019-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Duplicate values in @list or @set are retained in compacted document", - "testResult": "http://json-ld.org/test-suite/tests/compact-0019-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact @id that is a property IRI when @container is @list", - "testAction": "http://json-ld.org/test-suite/tests/compact-0020-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "A term with @container: @list is also used as the value of an @id, if appropriate", - "testResult": "http://json-ld.org/test-suite/tests/compact-0020-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact properties and types using @vocab", - "testAction": "http://json-ld.org/test-suite/tests/compact-0021-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "@vocab is used to create relative properties and types if no other term matches", - "testResult": "http://json-ld.org/test-suite/tests/compact-0021-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@list compaction of nested properties", - "testAction": "http://json-ld.org/test-suite/tests/compact-0022-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact nested properties using @list containers", - "testResult": "http://json-ld.org/test-suite/tests/compact-0022-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "prefer @vocab over compacted IRIs", - "testAction": "http://json-ld.org/test-suite/tests/compact-0023-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "@vocab takes precedence over prefixes - even if the result is longer", - "testResult": "http://json-ld.org/test-suite/tests/compact-0023-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "most specific term matching in @list.", - "testAction": "http://json-ld.org/test-suite/tests/compact-0024-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "The most specific term that matches all of the elements in the list, taking into account the default language, must be selected.", - "testResult": "http://json-ld.org/test-suite/tests/compact-0024-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Language maps", - "testAction": "http://json-ld.org/test-suite/tests/compact-0025-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Multiple values with different languages use language maps if property has @container: @language", - "testResult": "http://json-ld.org/test-suite/tests/compact-0025-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Language map term selection with complications", - "testAction": "http://json-ld.org/test-suite/tests/compact-0026-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Test appropriate property use given language maps with @vocab, a default language, and a competing term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0026-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@container: @set with multiple values", - "testAction": "http://json-ld.org/test-suite/tests/compact-0027-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Fall back to term with @set container if term with language map is defined", - "testResult": "http://json-ld.org/test-suite/tests/compact-0027-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Alias keywords and use @vocab", - "testAction": "http://json-ld.org/test-suite/tests/compact-0028-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Combination of keyword aliases and @vocab", - "testResult": "http://json-ld.org/test-suite/tests/compact-0028-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Simple @index map", - "testAction": "http://json-ld.org/test-suite/tests/compact-0029-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Output uses index mapping if term is defined with @container: @index", - "testResult": "http://json-ld.org/test-suite/tests/compact-0029-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "non-matching @container: @index", - "testAction": "http://json-ld.org/test-suite/tests/compact-0030-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Preserve @index tags if not compacted to an index map", - "testResult": "http://json-ld.org/test-suite/tests/compact-0030-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact @reverse", - "testAction": "http://json-ld.org/test-suite/tests/compact-0031-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact traverses through @reverse", - "testResult": "http://json-ld.org/test-suite/tests/compact-0031-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact keys in reverse-maps", - "testAction": "http://json-ld.org/test-suite/tests/compact-0032-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact traverses through @reverse", - "testResult": "http://json-ld.org/test-suite/tests/compact-0032-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact reverse-map to reverse property", - "testAction": "http://json-ld.org/test-suite/tests/compact-0033-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "A reverse map is replaced with a matching property defined with @reverse", - "testResult": "http://json-ld.org/test-suite/tests/compact-0033-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Skip property with @reverse if no match", - "testAction": "http://json-ld.org/test-suite/tests/compact-0034-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Do not use reverse property if no other property matches as normal property", - "testResult": "http://json-ld.org/test-suite/tests/compact-0034-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact @reverse node references using strings", - "testAction": "http://json-ld.org/test-suite/tests/compact-0035-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact node references to strings for reverse properties using @type: @id", - "testResult": "http://json-ld.org/test-suite/tests/compact-0035-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact reverse properties using index containers", - "testAction": "http://json-ld.org/test-suite/tests/compact-0036-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact using both reverse properties and index containers", - "testResult": "http://json-ld.org/test-suite/tests/compact-0036-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact keys in @reverse using @vocab", - "testAction": "http://json-ld.org/test-suite/tests/compact-0037-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact keys in @reverse using @vocab", - "testResult": "http://json-ld.org/test-suite/tests/compact-0037-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Index map round-tripping", - "testAction": "http://json-ld.org/test-suite/tests/compact-0038-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Complext round-tripping use case from Drupal", - "testResult": "http://json-ld.org/test-suite/tests/compact-0038-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@graph is array", - "testAction": "http://json-ld.org/test-suite/tests/compact-0039-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Value of @graph is always an array", - "testResult": "http://json-ld.org/test-suite/tests/compact-0039-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@list is array", - "testAction": "http://json-ld.org/test-suite/tests/compact-0040-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Ensure that value of @list is always an array", - "testResult": "http://json-ld.org/test-suite/tests/compact-0040-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "index rejects term having @list", - "testAction": "http://json-ld.org/test-suite/tests/compact-0041-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "If an index is present, a term having an @list container is not selected", - "testResult": "http://json-ld.org/test-suite/tests/compact-0041-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@list keyword aliasing", - "testAction": "http://json-ld.org/test-suite/tests/compact-0042-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Make sure keyword aliasing works if a list can't be compacted", - "testResult": "http://json-ld.org/test-suite/tests/compact-0042-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "select term over @vocab", - "testAction": "http://json-ld.org/test-suite/tests/compact-0043-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Ensure that @vocab compaction isn't used if the result collides with a term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0043-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@type: @vocab in reverse-map", - "testAction": "http://json-ld.org/test-suite/tests/compact-0044-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Prefer properties with @type: @vocab in reverse-maps if the value can be compacted to a term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0044-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@id value uses relative IRI, not term", - "testAction": "http://json-ld.org/test-suite/tests/compact-0045-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Values of @id are transformed to relative IRIs, terms are ignored", - "testResult": "http://json-ld.org/test-suite/tests/compact-0045-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "multiple objects without @context use @graph", - "testAction": "http://json-ld.org/test-suite/tests/compact-0046-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Wrap top-level array into @graph even if no context is passed", - "testResult": "http://json-ld.org/test-suite/tests/compact-0046-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Round-trip relative URLs", - "testAction": "http://json-ld.org/test-suite/tests/compact-0047-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Relative URLs remain relative after compaction", - "testResult": "http://json-ld.org/test-suite/tests/compact-0047-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "term with @language: null", - "testAction": "http://json-ld.org/test-suite/tests/compact-0048-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Prefer terms with a language mapping set to null over terms without language-mapping for non-strings", - "testResult": "http://json-ld.org/test-suite/tests/compact-0048-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Round tripping of lists that contain just IRIs", - "testAction": "http://json-ld.org/test-suite/tests/compact-0049-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "List compaction without @container: @list still uses strings if @type: @id", - "testResult": "http://json-ld.org/test-suite/tests/compact-0049-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Reverse properties require @type: @id to use string values", - "testAction": "http://json-ld.org/test-suite/tests/compact-0050-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Node references in reverse properties are not compacted to strings without explicit type-coercion", - "testResult": "http://json-ld.org/test-suite/tests/compact-0050-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Round tripping @list with scalar", - "testAction": "http://json-ld.org/test-suite/tests/compact-0051-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Native values survive round-tripping with @list", - "testResult": "http://json-ld.org/test-suite/tests/compact-0051-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Round tripping @list with scalar and @graph alias", - "testAction": "http://json-ld.org/test-suite/tests/compact-0052-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Native values survive round-tripping with @list and @graph alias", - "testResult": "http://json-ld.org/test-suite/tests/compact-0052-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Use @type: @vocab if no @type: @id", - "testAction": "http://json-ld.org/test-suite/tests/compact-0053-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact to @type: @vocab when no @type: @id term available", - "testResult": "http://json-ld.org/test-suite/tests/compact-0053-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact to @type: @vocab and compact @id to term", - "testAction": "http://json-ld.org/test-suite/tests/compact-0054-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact to @type: @vocab and compact @id to term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0054-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Round tripping @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/compact-0055-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compacting IRI value of property with @type: @vocab can use term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0055-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Prefer @type: @vocab over @type: @id for terms", - "testAction": "http://json-ld.org/test-suite/tests/compact-0056-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compacting IRI value of property with @type: @vocab can use term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0056-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Complex round tripping @type: @vocab and @type: @id", - "testAction": "http://json-ld.org/test-suite/tests/compact-0057-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compacting IRI value of property with @type: @vocab can use term; more complex", - "testResult": "http://json-ld.org/test-suite/tests/compact-0057-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Prefer @type: @id over @type: @vocab for non-terms", - "testAction": "http://json-ld.org/test-suite/tests/compact-0058-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Choose a term having @type: @id over @type: @value if value is not a term", - "testResult": "http://json-ld.org/test-suite/tests/compact-0058-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Term with @type: @vocab if no @type: @id", - "testAction": "http://json-ld.org/test-suite/tests/compact-0059-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "If there's no term with @type: @id, use terms with @type: @vocab for IRIs not mapped to terms", - "testResult": "http://json-ld.org/test-suite/tests/compact-0059-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Term with @type: @id if no @type: @vocab and term value", - "testAction": "http://json-ld.org/test-suite/tests/compact-0060-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "If there's no term with @type: @vocab, use terms with @type: @id for IRIs mapped to terms", - "testResult": "http://json-ld.org/test-suite/tests/compact-0060-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@type: @vocab/@id with values matching either", - "testAction": "http://json-ld.org/test-suite/tests/compact-0061-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Separate IRIs for the same property to use term with more specific @type (@id vs. @vocab)", - "testResult": "http://json-ld.org/test-suite/tests/compact-0061-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "@type: @vocab and relative IRIs", - "testAction": "http://json-ld.org/test-suite/tests/compact-0062-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Relative IRIs don't round-trip with @type: @vocab", - "testResult": "http://json-ld.org/test-suite/tests/compact-0062-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact IRI round-tripping with @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/compact-0063-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Term with @type: @vocab will use compact IRIs", - "testResult": "http://json-ld.org/test-suite/tests/compact-0063-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Compact language-tagged and indexed strings to index-map", - "testAction": "http://json-ld.org/test-suite/tests/compact-0064-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Given values with both @index and @language and term index-map term, use index map", - "testResult": "http://json-ld.org/test-suite/tests/compact-0064-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Language-tagged and indexed strings with language-map", - "testAction": "http://json-ld.org/test-suite/tests/compact-0065-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Language-tagged and indexed strings don't compact to language-map", - "testResult": "http://json-ld.org/test-suite/tests/compact-0065-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Relative IRIs", - "testAction": "http://json-ld.org/test-suite/tests/compact-0066-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Complex use cases for relative IRI compaction", - "testResult": "http://json-ld.org/test-suite/tests/compact-0066-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Reverse properties with blank nodes", - "testAction": "http://json-ld.org/test-suite/tests/compact-0067-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact reverse property whose values are unlabeled blank nodes", - "testResult": "http://json-ld.org/test-suite/tests/compact-0067-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Single value reverse properties", - "testAction": "http://json-ld.org/test-suite/tests/compact-0068-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Single values of reverse properties are compacted as values of ordinary properties", - "testResult": "http://json-ld.org/test-suite/tests/compact-0068-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#CompactTest" - ], - "title": "Single value reverse properties with @set", - "testAction": "http://json-ld.org/test-suite/tests/compact-0069-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Single values are kept in array form for reverse properties if the container is to @set", - "testResult": "http://json-ld.org/test-suite/tests/compact-0069-out.jsonld" - } - ], - "title": "Compaction", - "description": "JSON-LD compaction tests use object comparison." - }, - { "@id": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld", "@type": [ "earl:Report", "mf:Manifest" ], + "title": "Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison.", "entries": [ { "@id": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001", @@ -5818,7 +324,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -5898,7 +415,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -5978,7 +506,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6058,7 +597,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6138,7 +688,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6218,7 +779,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6298,7 +870,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6378,7 +961,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6457,7 +1051,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6536,7 +1141,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6615,7 +1231,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6694,7 +1321,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6773,7 +1411,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6852,7 +1501,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -6931,7 +1591,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7009,12 +1680,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -7084,12 +1767,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -7125,9 +1820,6283 @@ "description": "Equivalent triples are used only once", "testResult": "http://json-ld.org/test-suite/tests/fromRdf-0017-out.jsonld" } + ] + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld", + "@type": [ + "earl:Report", + "mf:Manifest" ], - "title": "Deserialize RDF to JSON-LD", - "description": "Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison." + "title": "JSON-LD compaction tests use object comparison.", + "entries": [ + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "drop free-floating nodes", + "testAction": "http://json-ld.org/test-suite/tests/compact-0001-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Unreferenced nodes not containing properties are dropped", + "testResult": "http://json-ld.org/test-suite/tests/compact-0001-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "basic", + "testAction": "http://json-ld.org/test-suite/tests/compact-0002-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Basic term and value compaction", + "testResult": "http://json-ld.org/test-suite/tests/compact-0002-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "drop null and unmapped properties", + "testAction": "http://json-ld.org/test-suite/tests/compact-0003-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Properties mapped to null or which are never mapped are dropped", + "testResult": "http://json-ld.org/test-suite/tests/compact-0003-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "optimize @set, keep empty arrays", + "testAction": "http://json-ld.org/test-suite/tests/compact-0004-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Containers mapped to @set keep empty arrays", + "testResult": "http://json-ld.org/test-suite/tests/compact-0004-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@type and prefix compaction", + "testAction": "http://json-ld.org/test-suite/tests/compact-0005-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact uses prefixes in @type", + "testResult": "http://json-ld.org/test-suite/tests/compact-0005-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "keep expanded object format if @type doesn't match", + "testAction": "http://json-ld.org/test-suite/tests/compact-0006-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Values not matching a coerced @type remain in expanded form", + "testResult": "http://json-ld.org/test-suite/tests/compact-0006-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "add context", + "testAction": "http://json-ld.org/test-suite/tests/compact-0007-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "External context is added to the compacted document", + "testResult": "http://json-ld.org/test-suite/tests/compact-0007-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "alias keywords", + "testAction": "http://json-ld.org/test-suite/tests/compact-0008-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Aliases for keywords are used in compacted document", + "testResult": "http://json-ld.org/test-suite/tests/compact-0008-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "compact @id", + "testAction": "http://json-ld.org/test-suite/tests/compact-0009-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Value with @id is compacted to string if property cast to @id", + "testResult": "http://json-ld.org/test-suite/tests/compact-0009-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "array to @graph", + "testAction": "http://json-ld.org/test-suite/tests/compact-0010-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "An array of objects is serialized with @graph", + "testResult": "http://json-ld.org/test-suite/tests/compact-0010-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "compact date", + "testAction": "http://json-ld.org/test-suite/tests/compact-0011-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanded value with type xsd:dateTime is represented as string with type coercion", + "testResult": "http://json-ld.org/test-suite/tests/compact-0011-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "native types", + "testAction": "http://json-ld.org/test-suite/tests/compact-0012-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Native values are unmodified during compaction", + "testResult": "http://json-ld.org/test-suite/tests/compact-0012-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@value with @language", + "testAction": "http://json-ld.org/test-suite/tests/compact-0013-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Values with @language remain in expended form by default", + "testResult": "http://json-ld.org/test-suite/tests/compact-0013-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "array to aliased @graph", + "testAction": "http://json-ld.org/test-suite/tests/compact-0014-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Aliasing @graph uses alias in compacted document", + "testResult": "http://json-ld.org/test-suite/tests/compact-0014-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "best match compaction", + "testAction": "http://json-ld.org/test-suite/tests/compact-0015-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Property with values of different types use most appropriate term when compacting", + "testResult": "http://json-ld.org/test-suite/tests/compact-0015-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "recursive named graphs", + "testAction": "http://json-ld.org/test-suite/tests/compact-0016-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compacting a document with mutliple embedded uses of @graph", + "testResult": "http://json-ld.org/test-suite/tests/compact-0016-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "A term mapping to null removes the mapping", + "testAction": "http://json-ld.org/test-suite/tests/compact-0017-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Mapping a term to null causes the property and its values to be removed from the compacted document", + "testResult": "http://json-ld.org/test-suite/tests/compact-0017-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "best matching term for lists", + "testAction": "http://json-ld.org/test-suite/tests/compact-0018-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Lists with values of different types use best term in compacted document", + "testResult": "http://json-ld.org/test-suite/tests/compact-0018-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Keep duplicate values in @list and @set", + "testAction": "http://json-ld.org/test-suite/tests/compact-0019-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Duplicate values in @list or @set are retained in compacted document", + "testResult": "http://json-ld.org/test-suite/tests/compact-0019-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact @id that is a property IRI when @container is @list", + "testAction": "http://json-ld.org/test-suite/tests/compact-0020-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "A term with @container: @list is also used as the value of an @id, if appropriate", + "testResult": "http://json-ld.org/test-suite/tests/compact-0020-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact properties and types using @vocab", + "testAction": "http://json-ld.org/test-suite/tests/compact-0021-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "@vocab is used to create relative properties and types if no other term matches", + "testResult": "http://json-ld.org/test-suite/tests/compact-0021-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@list compaction of nested properties", + "testAction": "http://json-ld.org/test-suite/tests/compact-0022-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact nested properties using @list containers", + "testResult": "http://json-ld.org/test-suite/tests/compact-0022-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "prefer @vocab over compacted IRIs", + "testAction": "http://json-ld.org/test-suite/tests/compact-0023-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "@vocab takes precedence over prefixes - even if the result is longer", + "testResult": "http://json-ld.org/test-suite/tests/compact-0023-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "most specific term matching in @list.", + "testAction": "http://json-ld.org/test-suite/tests/compact-0024-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "The most specific term that matches all of the elements in the list, taking into account the default language, must be selected.", + "testResult": "http://json-ld.org/test-suite/tests/compact-0024-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Language maps", + "testAction": "http://json-ld.org/test-suite/tests/compact-0025-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Multiple values with different languages use language maps if property has @container: @language", + "testResult": "http://json-ld.org/test-suite/tests/compact-0025-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Language map term selection with complications", + "testAction": "http://json-ld.org/test-suite/tests/compact-0026-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Test appropriate property use given language maps with @vocab, a default language, and a competing term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0026-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@container: @set with multiple values", + "testAction": "http://json-ld.org/test-suite/tests/compact-0027-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Fall back to term with @set container if term with language map is defined", + "testResult": "http://json-ld.org/test-suite/tests/compact-0027-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Alias keywords and use @vocab", + "testAction": "http://json-ld.org/test-suite/tests/compact-0028-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Combination of keyword aliases and @vocab", + "testResult": "http://json-ld.org/test-suite/tests/compact-0028-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Simple @index map", + "testAction": "http://json-ld.org/test-suite/tests/compact-0029-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Output uses index mapping if term is defined with @container: @index", + "testResult": "http://json-ld.org/test-suite/tests/compact-0029-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "non-matching @container: @index", + "testAction": "http://json-ld.org/test-suite/tests/compact-0030-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Preserve @index tags if not compacted to an index map", + "testResult": "http://json-ld.org/test-suite/tests/compact-0030-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact @reverse", + "testAction": "http://json-ld.org/test-suite/tests/compact-0031-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact traverses through @reverse", + "testResult": "http://json-ld.org/test-suite/tests/compact-0031-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact keys in reverse-maps", + "testAction": "http://json-ld.org/test-suite/tests/compact-0032-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact traverses through @reverse", + "testResult": "http://json-ld.org/test-suite/tests/compact-0032-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact reverse-map to reverse property", + "testAction": "http://json-ld.org/test-suite/tests/compact-0033-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "A reverse map is replaced with a matching property defined with @reverse", + "testResult": "http://json-ld.org/test-suite/tests/compact-0033-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Skip property with @reverse if no match", + "testAction": "http://json-ld.org/test-suite/tests/compact-0034-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Do not use reverse property if no other property matches as normal property", + "testResult": "http://json-ld.org/test-suite/tests/compact-0034-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact @reverse node references using strings", + "testAction": "http://json-ld.org/test-suite/tests/compact-0035-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact node references to strings for reverse properties using @type: @id", + "testResult": "http://json-ld.org/test-suite/tests/compact-0035-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact reverse properties using index containers", + "testAction": "http://json-ld.org/test-suite/tests/compact-0036-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact using both reverse properties and index containers", + "testResult": "http://json-ld.org/test-suite/tests/compact-0036-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact keys in @reverse using @vocab", + "testAction": "http://json-ld.org/test-suite/tests/compact-0037-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact keys in @reverse using @vocab", + "testResult": "http://json-ld.org/test-suite/tests/compact-0037-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Index map round-tripping", + "testAction": "http://json-ld.org/test-suite/tests/compact-0038-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Complext round-tripping use case from Drupal", + "testResult": "http://json-ld.org/test-suite/tests/compact-0038-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@graph is array", + "testAction": "http://json-ld.org/test-suite/tests/compact-0039-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Value of @graph is always an array", + "testResult": "http://json-ld.org/test-suite/tests/compact-0039-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@list is array", + "testAction": "http://json-ld.org/test-suite/tests/compact-0040-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Ensure that value of @list is always an array", + "testResult": "http://json-ld.org/test-suite/tests/compact-0040-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "index rejects term having @list", + "testAction": "http://json-ld.org/test-suite/tests/compact-0041-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "If an index is present, a term having an @list container is not selected", + "testResult": "http://json-ld.org/test-suite/tests/compact-0041-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@list keyword aliasing", + "testAction": "http://json-ld.org/test-suite/tests/compact-0042-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Make sure keyword aliasing works if a list can't be compacted", + "testResult": "http://json-ld.org/test-suite/tests/compact-0042-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "select term over @vocab", + "testAction": "http://json-ld.org/test-suite/tests/compact-0043-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Ensure that @vocab compaction isn't used if the result collides with a term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0043-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@type: @vocab in reverse-map", + "testAction": "http://json-ld.org/test-suite/tests/compact-0044-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Prefer properties with @type: @vocab in reverse-maps if the value can be compacted to a term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0044-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@id value uses relative IRI, not term", + "testAction": "http://json-ld.org/test-suite/tests/compact-0045-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Values of @id are transformed to relative IRIs, terms are ignored", + "testResult": "http://json-ld.org/test-suite/tests/compact-0045-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "multiple objects without @context use @graph", + "testAction": "http://json-ld.org/test-suite/tests/compact-0046-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Wrap top-level array into @graph even if no context is passed", + "testResult": "http://json-ld.org/test-suite/tests/compact-0046-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Round-trip relative URLs", + "testAction": "http://json-ld.org/test-suite/tests/compact-0047-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Relative URLs remain relative after compaction", + "testResult": "http://json-ld.org/test-suite/tests/compact-0047-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "term with @language: null", + "testAction": "http://json-ld.org/test-suite/tests/compact-0048-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Prefer terms with a language mapping set to null over terms without language-mapping for non-strings", + "testResult": "http://json-ld.org/test-suite/tests/compact-0048-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Round tripping of lists that contain just IRIs", + "testAction": "http://json-ld.org/test-suite/tests/compact-0049-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "List compaction without @container: @list still uses strings if @type: @id", + "testResult": "http://json-ld.org/test-suite/tests/compact-0049-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Reverse properties require @type: @id to use string values", + "testAction": "http://json-ld.org/test-suite/tests/compact-0050-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Node references in reverse properties are not compacted to strings without explicit type-coercion", + "testResult": "http://json-ld.org/test-suite/tests/compact-0050-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Round tripping @list with scalar", + "testAction": "http://json-ld.org/test-suite/tests/compact-0051-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Native values survive round-tripping with @list", + "testResult": "http://json-ld.org/test-suite/tests/compact-0051-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Round tripping @list with scalar and @graph alias", + "testAction": "http://json-ld.org/test-suite/tests/compact-0052-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Native values survive round-tripping with @list and @graph alias", + "testResult": "http://json-ld.org/test-suite/tests/compact-0052-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Use @type: @vocab if no @type: @id", + "testAction": "http://json-ld.org/test-suite/tests/compact-0053-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact to @type: @vocab when no @type: @id term available", + "testResult": "http://json-ld.org/test-suite/tests/compact-0053-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact to @type: @vocab and compact @id to term", + "testAction": "http://json-ld.org/test-suite/tests/compact-0054-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact to @type: @vocab and compact @id to term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0054-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Round tripping @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/compact-0055-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compacting IRI value of property with @type: @vocab can use term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0055-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Prefer @type: @vocab over @type: @id for terms", + "testAction": "http://json-ld.org/test-suite/tests/compact-0056-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compacting IRI value of property with @type: @vocab can use term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0056-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Complex round tripping @type: @vocab and @type: @id", + "testAction": "http://json-ld.org/test-suite/tests/compact-0057-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compacting IRI value of property with @type: @vocab can use term; more complex", + "testResult": "http://json-ld.org/test-suite/tests/compact-0057-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Prefer @type: @id over @type: @vocab for non-terms", + "testAction": "http://json-ld.org/test-suite/tests/compact-0058-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Choose a term having @type: @id over @type: @value if value is not a term", + "testResult": "http://json-ld.org/test-suite/tests/compact-0058-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Term with @type: @vocab if no @type: @id", + "testAction": "http://json-ld.org/test-suite/tests/compact-0059-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "If there's no term with @type: @id, use terms with @type: @vocab for IRIs not mapped to terms", + "testResult": "http://json-ld.org/test-suite/tests/compact-0059-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Term with @type: @id if no @type: @vocab and term value", + "testAction": "http://json-ld.org/test-suite/tests/compact-0060-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "If there's no term with @type: @vocab, use terms with @type: @id for IRIs mapped to terms", + "testResult": "http://json-ld.org/test-suite/tests/compact-0060-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@type: @vocab/@id with values matching either", + "testAction": "http://json-ld.org/test-suite/tests/compact-0061-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Separate IRIs for the same property to use term with more specific @type (@id vs. @vocab)", + "testResult": "http://json-ld.org/test-suite/tests/compact-0061-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "@type: @vocab and relative IRIs", + "testAction": "http://json-ld.org/test-suite/tests/compact-0062-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Relative IRIs don't round-trip with @type: @vocab", + "testResult": "http://json-ld.org/test-suite/tests/compact-0062-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact IRI round-tripping with @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/compact-0063-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Term with @type: @vocab will use compact IRIs", + "testResult": "http://json-ld.org/test-suite/tests/compact-0063-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Compact language-tagged and indexed strings to index-map", + "testAction": "http://json-ld.org/test-suite/tests/compact-0064-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Given values with both @index and @language and term index-map term, use index map", + "testResult": "http://json-ld.org/test-suite/tests/compact-0064-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Language-tagged and indexed strings with language-map", + "testAction": "http://json-ld.org/test-suite/tests/compact-0065-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Language-tagged and indexed strings don't compact to language-map", + "testResult": "http://json-ld.org/test-suite/tests/compact-0065-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Relative IRIs", + "testAction": "http://json-ld.org/test-suite/tests/compact-0066-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Complex use cases for relative IRI compaction", + "testResult": "http://json-ld.org/test-suite/tests/compact-0066-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Reverse properties with blank nodes", + "testAction": "http://json-ld.org/test-suite/tests/compact-0067-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact reverse property whose values are unlabeled blank nodes", + "testResult": "http://json-ld.org/test-suite/tests/compact-0067-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Single value reverse properties", + "testAction": "http://json-ld.org/test-suite/tests/compact-0068-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Single values of reverse properties are compacted as values of ordinary properties", + "testResult": "http://json-ld.org/test-suite/tests/compact-0068-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#CompactTest" + ], + "title": "Single value reverse properties with @set", + "testAction": "http://json-ld.org/test-suite/tests/compact-0069-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Single values are kept in array form for reverse properties if the container is to @set", + "testResult": "http://json-ld.org/test-suite/tests/compact-0069-out.jsonld" + } + ] }, { "@id": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld", @@ -7135,6 +8104,7 @@ "earl:Report", "mf:Manifest" ], + "title": "JSON-LD flattening tests use object comparison.", "entries": [ { "@id": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001", @@ -7171,7 +8141,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7251,7 +8232,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7331,7 +8323,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7411,7 +8414,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7491,7 +8505,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7571,7 +8596,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7651,7 +8687,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7731,7 +8778,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7811,7 +8869,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7891,7 +8960,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -7971,7 +9051,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8051,7 +9142,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8131,7 +9233,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8211,7 +9324,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8291,7 +9415,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8371,7 +9506,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8451,7 +9597,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8531,7 +9688,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8611,7 +9779,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8691,7 +9870,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8771,7 +9961,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8851,7 +10052,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -8931,7 +10143,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9011,7 +10234,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9091,7 +10325,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9171,7 +10416,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9251,7 +10507,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9331,7 +10598,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9411,7 +10689,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9491,7 +10780,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9571,7 +10871,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9651,7 +10962,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9731,7 +11053,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9811,7 +11144,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9891,7 +11235,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -9971,7 +11326,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10051,7 +11417,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10131,7 +11508,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10211,7 +11599,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10291,7 +11690,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10371,7 +11781,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10451,7 +11872,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10530,12 +11962,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -10571,9 +12015,6921 @@ "description": "Flatten a test manifest", "testResult": "http://json-ld.org/test-suite/tests/flatten-0043-out.jsonld" } + ] + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld", + "@type": [ + "earl:Report", + "mf:Manifest" ], - "title": "Flattening", - "description": "JSON-LD flattening tests use object comparison." + "title": "JSON-LD to Expansion tests use object compare", + "entries": [ + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "drop free-floating nodes", + "testAction": "http://json-ld.org/test-suite/tests/expand-0001-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expand drops unreferenced nodes having only @id", + "testResult": "http://json-ld.org/test-suite/tests/expand-0001-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "basic", + "testAction": "http://json-ld.org/test-suite/tests/expand-0002-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding terms with different types of values", + "testResult": "http://json-ld.org/test-suite/tests/expand-0002-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "drop null and unmapped properties", + "testAction": "http://json-ld.org/test-suite/tests/expand-0003-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Verifies that null values and unmapped properties are removed from expanded output", + "testResult": "http://json-ld.org/test-suite/tests/expand-0003-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "optimize @set, keep empty arrays", + "testAction": "http://json-ld.org/test-suite/tests/expand-0004-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained", + "testResult": "http://json-ld.org/test-suite/tests/expand-0004-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "do not expand aliased @id/@type", + "testAction": "http://json-ld.org/test-suite/tests/expand-0005-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "If a keyword is aliased, it is not used when expanding", + "testResult": "http://json-ld.org/test-suite/tests/expand-0005-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "alias keywords", + "testAction": "http://json-ld.org/test-suite/tests/expand-0006-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Aliased keywords expand in resulting document", + "testResult": "http://json-ld.org/test-suite/tests/expand-0006-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "date type-coercion", + "testAction": "http://json-ld.org/test-suite/tests/expand-0007-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expand strings to expanded value with @type: xsd:dateTime", + "testResult": "http://json-ld.org/test-suite/tests/expand-0007-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@value with @language", + "testAction": "http://json-ld.org/test-suite/tests/expand-0008-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Keep expanded values with @language, drop non-conforming value objects containing just @language", + "testResult": "http://json-ld.org/test-suite/tests/expand-0008-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@graph with terms", + "testAction": "http://json-ld.org/test-suite/tests/expand-0009-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Use of @graph to contain multiple nodes within array", + "testResult": "http://json-ld.org/test-suite/tests/expand-0009-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "native types", + "testAction": "http://json-ld.org/test-suite/tests/expand-0010-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding native scalar retains native scalar within expanded value", + "testResult": "http://json-ld.org/test-suite/tests/expand-0010-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "coerced @id", + "testAction": "http://json-ld.org/test-suite/tests/expand-0011-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "A value of a property with @type: @id coercion expands to a node reference", + "testResult": "http://json-ld.org/test-suite/tests/expand-0011-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@graph with embed", + "testAction": "http://json-ld.org/test-suite/tests/expand-0012-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Use of @graph to contain multiple nodes within array", + "testResult": "http://json-ld.org/test-suite/tests/expand-0012-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "expand already expanded", + "testAction": "http://json-ld.org/test-suite/tests/expand-0013-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expand does not mess up already expanded document", + "testResult": "http://json-ld.org/test-suite/tests/expand-0013-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@set of @value objects with keyword aliases", + "testAction": "http://json-ld.org/test-suite/tests/expand-0014-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding aliased @set and @value", + "testResult": "http://json-ld.org/test-suite/tests/expand-0014-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "collapse set of sets, keep empty lists", + "testAction": "http://json-ld.org/test-suite/tests/expand-0015-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "An array of multiple @set nodes are collapsed into a single array", + "testResult": "http://json-ld.org/test-suite/tests/expand-0015-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "context reset", + "testAction": "http://json-ld.org/test-suite/tests/expand-0016-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Setting @context to null within an embedded object resets back to initial context state", + "testResult": "http://json-ld.org/test-suite/tests/expand-0016-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@graph and @id aliased", + "testAction": "http://json-ld.org/test-suite/tests/expand-0017-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding with @graph and @id aliases", + "testResult": "http://json-ld.org/test-suite/tests/expand-0017-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "override default @language", + "testAction": "http://json-ld.org/test-suite/tests/expand-0018-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "override default @language in terms; only language-tag strings", + "testResult": "http://json-ld.org/test-suite/tests/expand-0018-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "remove @value = null", + "testAction": "http://json-ld.org/test-suite/tests/expand-0019-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding a value of null removes the value", + "testResult": "http://json-ld.org/test-suite/tests/expand-0019-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "do not remove @graph if not at top-level", + "testAction": "http://json-ld.org/test-suite/tests/expand-0020-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "@graph used under a node is retained", + "testResult": "http://json-ld.org/test-suite/tests/expand-0020-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "do not remove @graph at top-level if not only property", + "testAction": "http://json-ld.org/test-suite/tests/expand-0021-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "@graph used at the top level is retained if there are other properties", + "testResult": "http://json-ld.org/test-suite/tests/expand-0021-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "expand value with default language", + "testAction": "http://json-ld.org/test-suite/tests/expand-0022-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding with a default language applies that language to string values", + "testResult": "http://json-ld.org/test-suite/tests/expand-0022-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expanding list/set with coercion", + "testAction": "http://json-ld.org/test-suite/tests/expand-0023-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding lists and sets with properties having coercion coerces list/set values", + "testResult": "http://json-ld.org/test-suite/tests/expand-0023-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Multiple contexts", + "testAction": "http://json-ld.org/test-suite/tests/expand-0024-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Tests that contexts in an array are merged", + "testResult": "http://json-ld.org/test-suite/tests/expand-0024-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Problematic IRI expansion tests", + "testAction": "http://json-ld.org/test-suite/tests/expand-0025-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding different kinds of terms and Compact IRIs", + "testResult": "http://json-ld.org/test-suite/tests/expand-0025-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Term definition with @id: @type", + "testAction": "http://json-ld.org/test-suite/tests/expand-0026-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding term mapping to @type uses @type syntax", + "testResult": "http://json-ld.org/test-suite/tests/expand-0026-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Duplicate values in @list and @set", + "testAction": "http://json-ld.org/test-suite/tests/expand-0027-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Duplicate values in @list and @set are not merged", + "testResult": "http://json-ld.org/test-suite/tests/expand-0027-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Use @vocab in properties and @type but not in @id", + "testAction": "http://json-ld.org/test-suite/tests/expand-0028-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "@vocab is used to compact properties and @type, but is not used for @id", + "testResult": "http://json-ld.org/test-suite/tests/expand-0028-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Relative IRIs", + "testAction": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "@base is used to compact @id; test with different relative IRIs", + "testResult": "http://json-ld.org/test-suite/tests/expand-0029-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Language maps", + "testAction": "http://json-ld.org/test-suite/tests/expand-0030-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Language Maps expand values to include @language", + "testResult": "http://json-ld.org/test-suite/tests/expand-0030-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "type-coercion of native types", + "testAction": "http://json-ld.org/test-suite/tests/expand-0031-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation", + "testResult": "http://json-ld.org/test-suite/tests/expand-0031-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Null term and @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0032-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Mapping a term to null decouples it from @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0032-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Using @vocab with with type-coercion", + "testAction": "http://json-ld.org/test-suite/tests/expand-0033-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Verifies that terms can be defined using @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0033-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Multiple properties expanding to the same IRI", + "testAction": "http://json-ld.org/test-suite/tests/expand-0034-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms", + "testResult": "http://json-ld.org/test-suite/tests/expand-0034-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Language maps with @vocab, default language, and colliding property", + "testAction": "http://json-ld.org/test-suite/tests/expand-0035-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Pathological tests of language maps", + "testResult": "http://json-ld.org/test-suite/tests/expand-0035-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expanding @index", + "testAction": "http://json-ld.org/test-suite/tests/expand-0036-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding index maps for terms defined with @container: @index", + "testResult": "http://json-ld.org/test-suite/tests/expand-0036-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expanding @reverse", + "testAction": "http://json-ld.org/test-suite/tests/expand-0037-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding @reverse keeps @reverse", + "testResult": "http://json-ld.org/test-suite/tests/expand-0037-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expanding blank node labels", + "testAction": "http://json-ld.org/test-suite/tests/expand-0038-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Blank nodes are not relabeled during expansion", + "testResult": "http://json-ld.org/test-suite/tests/expand-0038-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Using terms in a reverse-maps", + "testAction": "http://json-ld.org/test-suite/tests/expand-0039-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Terms within @reverse are expanded", + "testResult": "http://json-ld.org/test-suite/tests/expand-0039-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "language and index expansion on non-objects", + "testAction": "http://json-ld.org/test-suite/tests/expand-0040-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Only invoke language and index map expansion if the value is a JSON object", + "testResult": "http://json-ld.org/test-suite/tests/expand-0040-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@language: null resets the default language", + "testAction": "http://json-ld.org/test-suite/tests/expand-0041-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "testResult": "http://json-ld.org/test-suite/tests/expand-0041-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Reverse properties", + "testAction": "http://json-ld.org/test-suite/tests/expand-0042-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding terms defined as reverse properties uses @reverse in expanded document", + "testResult": "http://json-ld.org/test-suite/tests/expand-0042-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Using reverse properties inside a @reverse-container", + "testAction": "http://json-ld.org/test-suite/tests/expand-0043-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding a reverse property within a @reverse undoes both reversals", + "testResult": "http://json-ld.org/test-suite/tests/expand-0043-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Index maps with language mappings", + "testAction": "http://json-ld.org/test-suite/tests/expand-0044-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Ensure index maps use language mapping", + "testResult": "http://json-ld.org/test-suite/tests/expand-0044-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Top-level value objects", + "testAction": "http://json-ld.org/test-suite/tests/expand-0045-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding top-level value objects causes them to be removed", + "testResult": "http://json-ld.org/test-suite/tests/expand-0045-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Free-floating nodes", + "testAction": "http://json-ld.org/test-suite/tests/expand-0046-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding free-floating nodes causes them to be removed", + "testResult": "http://json-ld.org/test-suite/tests/expand-0046-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Free-floating values in sets and free-floating lists", + "testAction": "http://json-ld.org/test-suite/tests/expand-0047-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Free-floating values in sets are removed, free-floating lists are removed completely", + "testResult": "http://json-ld.org/test-suite/tests/expand-0047-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Terms are ignored in @id", + "testAction": "http://json-ld.org/test-suite/tests/expand-0048-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Values of @id are not expanded as terms", + "testResult": "http://json-ld.org/test-suite/tests/expand-0048-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "String values of reverse properties", + "testAction": "http://json-ld.org/test-suite/tests/expand-0049-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "String values of a reverse property with @type: @id are treated as IRIs", + "testResult": "http://json-ld.org/test-suite/tests/expand-0049-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Term definitions with prefix separate from prefix definitions", + "testAction": "http://json-ld.org/test-suite/tests/expand-0050-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Term definitions using compact IRIs don't inherit the definitions of the prefix", + "testResult": "http://json-ld.org/test-suite/tests/expand-0050-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expansion of keyword aliases in term definitions", + "testAction": "http://json-ld.org/test-suite/tests/expand-0051-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding terms which are keyword aliases", + "testResult": "http://json-ld.org/test-suite/tests/expand-0051-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@vocab-relative IRIs in term definitions", + "testAction": "http://json-ld.org/test-suite/tests/expand-0052-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "If @vocab is defined, term definitions are expanded relative to @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0052-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expand absolute IRI with @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0053-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding values of properties of @type: @vocab does not further expand absolute IRIs", + "testResult": "http://json-ld.org/test-suite/tests/expand-0053-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expand term with @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0054-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding values of properties of @type: @vocab does not expand term values", + "testResult": "http://json-ld.org/test-suite/tests/expand-0054-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expand @vocab-relative term with @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0055-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding values of properties of @type: @vocab expands relative IRIs using @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0055-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Use terms with @type: @vocab but not with @type: @id", + "testAction": "http://json-ld.org/test-suite/tests/expand-0056-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Checks that expansion uses appropriate base depending on term definition having @type @id or @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0056-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expand relative IRI with @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0057-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Relative values of terms with @type: @vocab expand relative to @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0057-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Expand compact IRI with @type: @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0058-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Compact IRIs are expanded normally even if term has @type: @vocab", + "testResult": "http://json-ld.org/test-suite/tests/expand-0058-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Reset @vocab by setting it to null", + "testAction": "http://json-ld.org/test-suite/tests/expand-0059-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Setting @vocab to null removes a previous definition", + "testResult": "http://json-ld.org/test-suite/tests/expand-0059-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Overwrite document base with @base and reset it again", + "testAction": "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Setting @base to an IRI and then resetting it to nil", + "testResult": "http://json-ld.org/test-suite/tests/expand-0060-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Coercing native types to arbitrary datatypes", + "testAction": "http://json-ld.org/test-suite/tests/expand-0061-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expanding native types when coercing to arbitrary datatypes", + "testResult": "http://json-ld.org/test-suite/tests/expand-0061-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Various relative IRIs with with @base", + "testAction": "http://json-ld.org/test-suite/tests/expand-0062-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Pathological relative IRIs", + "testResult": "http://json-ld.org/test-suite/tests/expand-0062-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Reverse property and index container", + "testAction": "http://json-ld.org/test-suite/tests/expand-0063-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expaning reverse properties with an index-container", + "testResult": "http://json-ld.org/test-suite/tests/expand-0063-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "bnode values of reverse properties", + "testAction": "http://json-ld.org/test-suite/tests/expand-0064-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expand reverse property whose values are unlabeled blank nodes", + "testResult": "http://json-ld.org/test-suite/tests/expand-0064-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Drop unmapped keys in reverse map", + "testAction": "http://json-ld.org/test-suite/tests/expand-0065-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Keys that are not mapped to an IRI in a reverse-map are dropped", + "testResult": "http://json-ld.org/test-suite/tests/expand-0065-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Reverse-map keys with @vocab", + "testAction": "http://json-ld.org/test-suite/tests/expand-0066-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Expand uses @vocab to expand keys in reverse-maps", + "testResult": "http://json-ld.org/test-suite/tests/expand-0066-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "prefix://suffix not a compact IRI", + "testAction": "http://json-ld.org/test-suite/tests/expand-0067-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes", + "testResult": "http://json-ld.org/test-suite/tests/expand-0067-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "_:suffix values are not a compact IRI", + "testAction": "http://json-ld.org/test-suite/tests/expand-0068-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore", + "testResult": "http://json-ld.org/test-suite/tests/expand-0068-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Compact IRI as term with type mapping", + "testAction": "http://json-ld.org/test-suite/tests/expand-0069-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Redefine compact IRI to define type mapping using the compact IRI itself as value of @id", + "testResult": "http://json-ld.org/test-suite/tests/expand-0069-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Compact IRI as term defined using equivalent compact IRI", + "testAction": "http://json-ld.org/test-suite/tests/expand-0070-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Redefine compact IRI to define type mapping using the compact IRI itself as string value", + "testResult": "http://json-ld.org/test-suite/tests/expand-0070-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Redefine terms looking like compact IRIs", + "testAction": "http://json-ld.org/test-suite/tests/expand-0071-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Term definitions may look like compact IRIs", + "testResult": "http://json-ld.org/test-suite/tests/expand-0071-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "Redefine term using @vocab, not itself", + "testAction": "http://json-ld.org/test-suite/tests/expand-0072-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://me.markus-lanthaler.com/" + } + ], + "description": "Redefining a term as itself when @vocab is defined uses @vocab, not previous term definition", + "testResult": "http://json-ld.org/test-suite/tests/expand-0072-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@context not first property", + "testAction": "http://json-ld.org/test-suite/tests/expand-0073-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Objects are unordered, so serialized node definition containing @context may have @context at the end of the node definition", + "testResult": "http://json-ld.org/test-suite/tests/expand-0073-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@id not first property", + "testAction": "http://json-ld.org/test-suite/tests/expand-0074-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Objects are unordered, so serialized node definition containing @id may have @id at the end of the node definition", + "testResult": "http://json-ld.org/test-suite/tests/expand-0074-out.jsonld" + }, + { + "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ExpandTest" + ], + "title": "@vocab as blank node identifier", + "testAction": "http://json-ld.org/test-suite/tests/expand-0075-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Use @vocab to map all properties to blank node identifiers", + "testResult": "http://json-ld.org/test-suite/tests/expand-0075-out.jsonld" + } + ] + }, + { + "@id": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "title": "JSON-LD to Expansion tests use object compare", + "entries": [ + { + "@id": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ApiErrorTest" + ], + "title": "Keywords cannot be aliased to other keywords", + "testAction": "http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:earl:semiAuto", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:earl:passed" + }, + "assertedBy": "http://tristan.github.com/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Verifies that an exception callback is invoked when aliasing a keyword to another keyword", + "testResult": "http://json-ld.org/test-suite/tests/keyword redefinition" + } + ] }, { "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld", @@ -10581,6 +18937,7 @@ "earl:Report", "mf:Manifest" ], + "title": "JSON-LD to RDF tests generate N-Quads output and use string comparison.", "entries": [ { "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001", @@ -10617,7 +18974,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10697,7 +19065,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10777,7 +19156,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10857,7 +19247,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -10937,7 +19338,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11017,7 +19429,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11097,7 +19520,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11177,7 +19611,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11257,7 +19702,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11337,7 +19793,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11417,7 +19884,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11497,7 +19975,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11577,7 +20066,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11657,7 +20157,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11737,7 +20248,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11817,7 +20339,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11897,7 +20430,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -11977,7 +20521,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12057,7 +20612,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12137,7 +20703,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12217,7 +20794,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12297,7 +20885,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12377,7 +20976,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12457,7 +21067,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12537,7 +21158,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12617,7 +21249,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12697,7 +21340,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12777,7 +21431,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12857,7 +21522,18 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/jsonld.js", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", "mode": "earl:automatic", "result": { "@type": "earl:TestResult", @@ -12936,12 +21612,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13011,12 +21699,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13086,12 +21786,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13161,12 +21873,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13236,12 +21960,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13311,12 +22047,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13386,12 +22134,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13461,12 +22221,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13536,12 +22308,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13611,12 +22395,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13686,12 +22482,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13761,12 +22569,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13836,12 +22656,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13911,12 +22743,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -13986,12 +22830,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14061,12 +22917,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14136,12 +23004,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14211,12 +23091,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14286,12 +23178,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14361,12 +23265,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14436,12 +23352,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14511,12 +23439,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14586,12 +23526,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14661,12 +23613,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14736,12 +23700,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14811,12 +23787,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14886,12 +23874,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -14961,12 +23961,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15036,12 +24048,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15111,12 +24135,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15186,12 +24222,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15261,12 +24309,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15336,12 +24396,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15411,12 +24483,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15486,12 +24570,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15561,12 +24657,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15636,12 +24744,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15711,12 +24831,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15786,12 +24918,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15861,12 +25005,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -15936,12 +25092,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16011,12 +25179,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16086,12 +25266,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16161,12 +25353,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16236,12 +25440,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16311,12 +25527,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16386,12 +25614,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16461,12 +25701,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16536,12 +25788,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16611,12 +25875,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16686,12 +25962,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16761,12 +26049,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16836,12 +26136,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16911,12 +26223,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -16986,12 +26310,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17061,12 +26397,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17136,12 +26484,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17211,12 +26571,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17286,12 +26658,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17361,12 +26745,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17436,12 +26832,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17511,12 +26919,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17586,12 +27006,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17661,12 +27093,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17736,12 +27180,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17811,12 +27267,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17886,12 +27354,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -17961,12 +27441,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18036,12 +27528,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18111,12 +27615,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18186,12 +27702,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18261,12 +27789,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18336,12 +27876,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18411,12 +27963,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18486,12 +28050,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18561,12 +28137,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18636,12 +28224,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18711,12 +28311,24 @@ { "@type": "earl:Assertion", "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" }, { "@type": "earl:Assertion", @@ -18751,6087 +28363,438 @@ ], "description": "RDF version of expand-0072", "testResult": "http://json-ld.org/test-suite/tests/toRdf-0112-out.nq" - } - ], - "title": "Serialization to RDF", - "description": "JSON-LD to RDF tests generate N-Quads output and use string comparison." - }, - { - "@id": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld", - "@type": [ - "earl:Report", - "mf:Manifest" - ], - "entries": [ - { - "@id": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ApiErrorTest" - ], - "title": "Keywords cannot be aliased to other keywords", - "testAction": "http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:semiAuto", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Verifies that an exception callback is invoked when aliasing a keyword to another keyword", - "testResult": "http://json-ld.org/test-suite/tests/keyword redefinition" + }, + { + "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ToRDFTest" + ], + "title": "Dataset with a IRI named graph", + "testAction": "http://json-ld.org/test-suite/tests/toRdf-0113-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Basic use of creating a named graph using an IRI name", + "testResult": "http://json-ld.org/test-suite/tests/toRdf-0113-out.nq" + }, + { + "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ToRDFTest" + ], + "title": "Dataset with a IRI named graph", + "testAction": "http://json-ld.org/test-suite/tests/toRdf-0114-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Basic use of creating a named graph using a BNode name", + "testResult": "http://json-ld.org/test-suite/tests/toRdf-0114-out.nq" + }, + { + "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ToRDFTest" + ], + "title": "Dataset with a default and two named graphs", + "testAction": "http://json-ld.org/test-suite/tests/toRdf-0115-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Dataset with a default and two named graphs (IRI and BNode)", + "testResult": "http://json-ld.org/test-suite/tests/toRdf-0115-out.nq" + }, + { + "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ToRDFTest" + ], + "title": "Dataset from node with embedded named graph", + "testAction": "http://json-ld.org/test-suite/tests/toRdf-0116-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Embedding @graph in a node creates a named grqph", + "testResult": "http://json-ld.org/test-suite/tests/toRdf-0116-out.nq" + }, + { + "@id": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://json-ld.org/test-suite/vocab#ToRDFTest" + ], + "title": "Dataset from node with embedded named graph (bnode)", + "testAction": "http://json-ld.org/test-suite/tests/toRdf-0117-in.jsonld", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "http://github.com/jsonld-java/jsonld-java", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "http://rubygems.org/gems/json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "https://github.com/digitalbazaar/jsonld.js#browser", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "https://github.com/digitalbazaar/jsonld.js#node.js", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "https://github.com/dlongley" + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "https://github.com/digitalbazaar/php-json-ld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "https://github.com/digitalbazaar/pyld", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + }, + { + "@type": "earl:Assertion", + "test": "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117", + "subject": "https://github.com/lanthaler/JsonLD", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Embedding @graph in a node creates a named grqph. Graph name is created if there is no subject", + "testResult": "http://json-ld.org/test-suite/tests/toRdf-0117-out.nq" } - ], - "title": "error-expand", - "description": "JSON-LD to Expansion tests use object compare" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld", - "@type": [ - "earl:Report", - "mf:Manifest" - ], - "entries": [ - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "drop free-floating nodes", - "testAction": "http://json-ld.org/test-suite/tests/expand-0001-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expand drops unreferenced nodes having only @id", - "testResult": "http://json-ld.org/test-suite/tests/expand-0001-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "basic", - "testAction": "http://json-ld.org/test-suite/tests/expand-0002-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding terms with different types of values", - "testResult": "http://json-ld.org/test-suite/tests/expand-0002-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "drop null and unmapped properties", - "testAction": "http://json-ld.org/test-suite/tests/expand-0003-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Verifies that null values and unmapped properties are removed from expanded output", - "testResult": "http://json-ld.org/test-suite/tests/expand-0003-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "optimize @set, keep empty arrays", - "testAction": "http://json-ld.org/test-suite/tests/expand-0004-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained", - "testResult": "http://json-ld.org/test-suite/tests/expand-0004-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "do not expand aliased @id/@type", - "testAction": "http://json-ld.org/test-suite/tests/expand-0005-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "If a keyword is aliased, it is not used when expanding", - "testResult": "http://json-ld.org/test-suite/tests/expand-0005-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "alias keywords", - "testAction": "http://json-ld.org/test-suite/tests/expand-0006-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Aliased keywords expand in resulting document", - "testResult": "http://json-ld.org/test-suite/tests/expand-0006-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "date type-coercion", - "testAction": "http://json-ld.org/test-suite/tests/expand-0007-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expand strings to expanded value with @type: xsd:dateTime", - "testResult": "http://json-ld.org/test-suite/tests/expand-0007-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@value with @language", - "testAction": "http://json-ld.org/test-suite/tests/expand-0008-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Keep expanded values with @language, drop non-conforming value objects containing just @language", - "testResult": "http://json-ld.org/test-suite/tests/expand-0008-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@graph with terms", - "testAction": "http://json-ld.org/test-suite/tests/expand-0009-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Use of @graph to contain multiple nodes within array", - "testResult": "http://json-ld.org/test-suite/tests/expand-0009-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "native types", - "testAction": "http://json-ld.org/test-suite/tests/expand-0010-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding native scalar retains native scalar within expanded value", - "testResult": "http://json-ld.org/test-suite/tests/expand-0010-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "coerced @id", - "testAction": "http://json-ld.org/test-suite/tests/expand-0011-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "A value of a property with @type: @id coercion expands to a node reference", - "testResult": "http://json-ld.org/test-suite/tests/expand-0011-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@graph with embed", - "testAction": "http://json-ld.org/test-suite/tests/expand-0012-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Use of @graph to contain multiple nodes within array", - "testResult": "http://json-ld.org/test-suite/tests/expand-0012-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "expand already expanded", - "testAction": "http://json-ld.org/test-suite/tests/expand-0013-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expand does not mess up already expanded document", - "testResult": "http://json-ld.org/test-suite/tests/expand-0013-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@set of @value objects with keyword aliases", - "testAction": "http://json-ld.org/test-suite/tests/expand-0014-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding aliased @set and @value", - "testResult": "http://json-ld.org/test-suite/tests/expand-0014-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "collapse set of sets, keep empty lists", - "testAction": "http://json-ld.org/test-suite/tests/expand-0015-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "An array of multiple @set nodes are collapsed into a single array", - "testResult": "http://json-ld.org/test-suite/tests/expand-0015-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "context reset", - "testAction": "http://json-ld.org/test-suite/tests/expand-0016-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Setting @context to null within an embedded object resets back to initial context state", - "testResult": "http://json-ld.org/test-suite/tests/expand-0016-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@graph and @id aliased", - "testAction": "http://json-ld.org/test-suite/tests/expand-0017-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding with @graph and @id aliases", - "testResult": "http://json-ld.org/test-suite/tests/expand-0017-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "override default @language", - "testAction": "http://json-ld.org/test-suite/tests/expand-0018-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "override default @language in terms; only language-tag strings", - "testResult": "http://json-ld.org/test-suite/tests/expand-0018-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "remove @value = null", - "testAction": "http://json-ld.org/test-suite/tests/expand-0019-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding a value of null removes the value", - "testResult": "http://json-ld.org/test-suite/tests/expand-0019-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "do not remove @graph if not at top-level", - "testAction": "http://json-ld.org/test-suite/tests/expand-0020-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "@graph used under a node is retained", - "testResult": "http://json-ld.org/test-suite/tests/expand-0020-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "do not remove @graph at top-level if not only property", - "testAction": "http://json-ld.org/test-suite/tests/expand-0021-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "@graph used at the top level is retained if there are other properties", - "testResult": "http://json-ld.org/test-suite/tests/expand-0021-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "expand value with default language", - "testAction": "http://json-ld.org/test-suite/tests/expand-0022-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding with a default language applies that language to string values", - "testResult": "http://json-ld.org/test-suite/tests/expand-0022-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expanding list/set with coercion", - "testAction": "http://json-ld.org/test-suite/tests/expand-0023-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding lists and sets with properties having coercion coerces list/set values", - "testResult": "http://json-ld.org/test-suite/tests/expand-0023-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Multiple contexts", - "testAction": "http://json-ld.org/test-suite/tests/expand-0024-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Tests that contexts in an array are merged", - "testResult": "http://json-ld.org/test-suite/tests/expand-0024-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Problematic IRI expansion tests", - "testAction": "http://json-ld.org/test-suite/tests/expand-0025-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding different kinds of terms and Compact IRIs", - "testResult": "http://json-ld.org/test-suite/tests/expand-0025-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Term definition with @id: @type", - "testAction": "http://json-ld.org/test-suite/tests/expand-0026-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding term mapping to @type uses @type syntax", - "testResult": "http://json-ld.org/test-suite/tests/expand-0026-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Duplicate values in @list and @set", - "testAction": "http://json-ld.org/test-suite/tests/expand-0027-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Duplicate values in @list and @set are not merged", - "testResult": "http://json-ld.org/test-suite/tests/expand-0027-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Use @vocab in properties and @type but not in @id", - "testAction": "http://json-ld.org/test-suite/tests/expand-0028-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "@vocab is used to compact properties and @type, but is not used for @id", - "testResult": "http://json-ld.org/test-suite/tests/expand-0028-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Relative IRIs", - "testAction": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "@base is used to compact @id; test with different relative IRIs", - "testResult": "http://json-ld.org/test-suite/tests/expand-0029-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Language maps", - "testAction": "http://json-ld.org/test-suite/tests/expand-0030-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Language Maps expand values to include @language", - "testResult": "http://json-ld.org/test-suite/tests/expand-0030-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "type-coercion of native types", - "testAction": "http://json-ld.org/test-suite/tests/expand-0031-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation", - "testResult": "http://json-ld.org/test-suite/tests/expand-0031-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Null term and @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0032-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Mapping a term to null decouples it from @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0032-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Using @vocab with with type-coercion", - "testAction": "http://json-ld.org/test-suite/tests/expand-0033-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Verifies that terms can be defined using @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0033-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Multiple properties expanding to the same IRI", - "testAction": "http://json-ld.org/test-suite/tests/expand-0034-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms", - "testResult": "http://json-ld.org/test-suite/tests/expand-0034-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Language maps with @vocab, default language, and colliding property", - "testAction": "http://json-ld.org/test-suite/tests/expand-0035-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Pathological tests of language maps", - "testResult": "http://json-ld.org/test-suite/tests/expand-0035-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expanding @index", - "testAction": "http://json-ld.org/test-suite/tests/expand-0036-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding index maps for terms defined with @container: @index", - "testResult": "http://json-ld.org/test-suite/tests/expand-0036-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expanding @reverse", - "testAction": "http://json-ld.org/test-suite/tests/expand-0037-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding @reverse keeps @reverse", - "testResult": "http://json-ld.org/test-suite/tests/expand-0037-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expanding blank node labels", - "testAction": "http://json-ld.org/test-suite/tests/expand-0038-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Blank nodes are not relabeled during expansion", - "testResult": "http://json-ld.org/test-suite/tests/expand-0038-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Using terms in a reverse-maps", - "testAction": "http://json-ld.org/test-suite/tests/expand-0039-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Terms within @reverse are expanded", - "testResult": "http://json-ld.org/test-suite/tests/expand-0039-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "language and index expansion on non-objects", - "testAction": "http://json-ld.org/test-suite/tests/expand-0040-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Only invoke language and index map expansion if the value is a JSON object", - "testResult": "http://json-ld.org/test-suite/tests/expand-0040-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@language: null resets the default language", - "testAction": "http://json-ld.org/test-suite/tests/expand-0041-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "testResult": "http://json-ld.org/test-suite/tests/expand-0041-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Reverse properties", - "testAction": "http://json-ld.org/test-suite/tests/expand-0042-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding terms defined as reverse properties uses @reverse in expanded document", - "testResult": "http://json-ld.org/test-suite/tests/expand-0042-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Using reverse properties inside a @reverse-container", - "testAction": "http://json-ld.org/test-suite/tests/expand-0043-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding a reverse property within a @reverse undoes both reversals", - "testResult": "http://json-ld.org/test-suite/tests/expand-0043-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Index maps with language mappings", - "testAction": "http://json-ld.org/test-suite/tests/expand-0044-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Ensure index maps use language mapping", - "testResult": "http://json-ld.org/test-suite/tests/expand-0044-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Top-level value objects", - "testAction": "http://json-ld.org/test-suite/tests/expand-0045-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding top-level value objects causes them to be removed", - "testResult": "http://json-ld.org/test-suite/tests/expand-0045-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Free-floating nodes", - "testAction": "http://json-ld.org/test-suite/tests/expand-0046-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding free-floating nodes causes them to be removed", - "testResult": "http://json-ld.org/test-suite/tests/expand-0046-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Free-floating values in sets and free-floating lists", - "testAction": "http://json-ld.org/test-suite/tests/expand-0047-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Free-floating values in sets are removed, free-floating lists are removed completely", - "testResult": "http://json-ld.org/test-suite/tests/expand-0047-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Terms are ignored in @id", - "testAction": "http://json-ld.org/test-suite/tests/expand-0048-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Values of @id are not expanded as terms", - "testResult": "http://json-ld.org/test-suite/tests/expand-0048-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "String values of reverse properties", - "testAction": "http://json-ld.org/test-suite/tests/expand-0049-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "String values of a reverse property with @type: @id are treated as IRIs", - "testResult": "http://json-ld.org/test-suite/tests/expand-0049-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Term definitions with prefix separate from prefix definitions", - "testAction": "http://json-ld.org/test-suite/tests/expand-0050-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Term definitions using compact IRIs don't inherit the definitions of the prefix", - "testResult": "http://json-ld.org/test-suite/tests/expand-0050-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expansion of keyword aliases in term definitions", - "testAction": "http://json-ld.org/test-suite/tests/expand-0051-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding terms which are keyword aliases", - "testResult": "http://json-ld.org/test-suite/tests/expand-0051-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@vocab-relative IRIs in term definitions", - "testAction": "http://json-ld.org/test-suite/tests/expand-0052-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "If @vocab is defined, term definitions are expanded relative to @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0052-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expand absolute IRI with @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0053-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding values of properties of @type: @vocab does not further expand absolute IRIs", - "testResult": "http://json-ld.org/test-suite/tests/expand-0053-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expand term with @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0054-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding values of properties of @type: @vocab does not expand term values", - "testResult": "http://json-ld.org/test-suite/tests/expand-0054-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expand @vocab-relative term with @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0055-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding values of properties of @type: @vocab expands relative IRIs using @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0055-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Use terms with @type: @vocab but not with @type: @id", - "testAction": "http://json-ld.org/test-suite/tests/expand-0056-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Checks that expansion uses appropriate base depending on term definition having @type @id or @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0056-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expand relative IRI with @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0057-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Relative values of terms with @type: @vocab expand relative to @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0057-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Expand compact IRI with @type: @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0058-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Compact IRIs are expanded normally even if term has @type: @vocab", - "testResult": "http://json-ld.org/test-suite/tests/expand-0058-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Reset @vocab by setting it to null", - "testAction": "http://json-ld.org/test-suite/tests/expand-0059-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Setting @vocab to null removes a previous definition", - "testResult": "http://json-ld.org/test-suite/tests/expand-0059-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Overwrite document base with @base and reset it again", - "testAction": "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Setting @base to an IRI and then resetting it to nil", - "testResult": "http://json-ld.org/test-suite/tests/expand-0060-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Coercing native types to arbitrary datatypes", - "testAction": "http://json-ld.org/test-suite/tests/expand-0061-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expanding native types when coercing to arbitrary datatypes", - "testResult": "http://json-ld.org/test-suite/tests/expand-0061-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Various relative IRIs with with @base", - "testAction": "http://json-ld.org/test-suite/tests/expand-0062-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Pathological relative IRIs", - "testResult": "http://json-ld.org/test-suite/tests/expand-0062-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Reverse property and index container", - "testAction": "http://json-ld.org/test-suite/tests/expand-0063-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expaning reverse properties with an index-container", - "testResult": "http://json-ld.org/test-suite/tests/expand-0063-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "bnode values of reverse properties", - "testAction": "http://json-ld.org/test-suite/tests/expand-0064-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expand reverse property whose values are unlabeled blank nodes", - "testResult": "http://json-ld.org/test-suite/tests/expand-0064-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Drop unmapped keys in reverse map", - "testAction": "http://json-ld.org/test-suite/tests/expand-0065-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Keys that are not mapped to an IRI in a reverse-map are dropped", - "testResult": "http://json-ld.org/test-suite/tests/expand-0065-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Reverse-map keys with @vocab", - "testAction": "http://json-ld.org/test-suite/tests/expand-0066-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Expand uses @vocab to expand keys in reverse-maps", - "testResult": "http://json-ld.org/test-suite/tests/expand-0066-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "prefix://suffix not a compact IRI", - "testAction": "http://json-ld.org/test-suite/tests/expand-0067-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes", - "testResult": "http://json-ld.org/test-suite/tests/expand-0067-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "_:suffix values are not a compact IRI", - "testAction": "http://json-ld.org/test-suite/tests/expand-0068-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore", - "testResult": "http://json-ld.org/test-suite/tests/expand-0068-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Compact IRI as term with type mapping", - "testAction": "http://json-ld.org/test-suite/tests/expand-0069-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Redefine compact IRI to define type mapping using the compact IRI itself as value of @id", - "testResult": "http://json-ld.org/test-suite/tests/expand-0069-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Compact IRI as term defined using equivalent compact IRI", - "testAction": "http://json-ld.org/test-suite/tests/expand-0070-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Redefine compact IRI to define type mapping using the compact IRI itself as string value", - "testResult": "http://json-ld.org/test-suite/tests/expand-0070-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Redefine terms looking like compact IRIs", - "testAction": "http://json-ld.org/test-suite/tests/expand-0071-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Term definitions may look like compact IRIs", - "testResult": "http://json-ld.org/test-suite/tests/expand-0071-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "Redefine term using @vocab, not itself", - "testAction": "http://json-ld.org/test-suite/tests/expand-0072-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:earl:passed" - }, - "assertedBy": "http://tristan.github.com/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "https://github.com/dlongley" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://me.markus-lanthaler.com/" - } - ], - "description": "Redefining a term as itself when @vocab is defined uses @vocab, not previous term definition", - "testResult": "http://json-ld.org/test-suite/tests/expand-0072-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@context not first property", - "testAction": "http://json-ld.org/test-suite/tests/expand-0073-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Objects are unordered, so serialized node definition containing @context may have @context at the end of the node definition", - "testResult": "http://json-ld.org/test-suite/tests/expand-0073-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@id not first property", - "testAction": "http://json-ld.org/test-suite/tests/expand-0074-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Objects are unordered, so serialized node definition containing @id may have @id at the end of the node definition", - "testResult": "http://json-ld.org/test-suite/tests/expand-0074-out.jsonld" - }, - { - "@id": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "@type": [ - "earl:TestCriterion", - "earl:TestCase", - "http://json-ld.org/test-suite/vocab#ExpandTest" - ], - "title": "@vocab as blank node identifier", - "testAction": "http://json-ld.org/test-suite/tests/expand-0075-in.jsonld", - "assertions": [ - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "subject": "http://github.com/jsonld-java/jsonld-java", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "subject": "http://rubygems.org/gems/json-ld", - "mode": "earl:automatic", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:passed" - }, - "assertedBy": "http://greggkellogg.net/foaf#me" - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "subject": "https://github.com/digitalbazaar/jsonld.js", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "subject": "https://github.com/digitalbazaar/php-json-ld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "subject": "https://github.com/digitalbazaar/pyld", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - }, - { - "@type": "earl:Assertion", - "test": "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075", - "subject": "https://github.com/lanthaler/JsonLD", - "mode": "earl:notAvailable", - "result": { - "@type": "earl:TestResult", - "outcome": "earl:untested" - } - } - ], - "description": "Use @vocab to map all properties to blank node identifiers", - "testResult": "http://json-ld.org/test-suite/tests/expand-0075-out.jsonld" - } - ], - "title": "expand", - "description": "JSON-LD to Expansion tests use object compare" + ] } ] } \ No newline at end of file
--- a/test-suite/reports/earl.ttl Fri Aug 23 13:30:46 2013 -0400 +++ b/test-suite/reports/earl.ttl Fri Aug 23 14:00:13 2013 -0400 @@ -17,7 +17,8 @@ earl:assertions <earl.ttl>, <java-earl.ttl>, - <jsonld.js-earl.ttl>, + <jsonld.js-browser-earl.ttl>, + <jsonld.js-node.js-earl.ttl>, <markus-earl.ttl>, <php-json-ld-earl.ttl>, <pyld-earl.ttl>, @@ -25,17 +26,18 @@ earl:testSubjects ( <http://github.com/jsonld-java/jsonld-java> <http://rubygems.org/gems/json-ld> - <https://github.com/digitalbazaar/jsonld.js> + <https://github.com/digitalbazaar/jsonld.js#browser> + <https://github.com/digitalbazaar/jsonld.js#node.js> <https://github.com/digitalbazaar/php-json-ld> <https://github.com/digitalbazaar/pyld> <https://github.com/lanthaler/JsonLD>); mf:entries ( + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld> - <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld> <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld>) . + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld>) . <http://rubygems.org/gems/earl-report> a earl:Software, doap:Project; @@ -45,16 +47,37 @@ doap:homepage <https://github.com/gkellogg/earl-report>; doap:programming-language "Ruby"; doap:license <http://unlicense.org>; - doap:release <https://github.com/gkellogg/earl-report/tree/0.2.7.1>; + doap:release <https://github.com/gkellogg/earl-report/tree/0.2.3>; doap:developer <http://greggkellogg.net/foaf#me> . # Manifests +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld> a earl:Report, mf:Manifest; + dc:title "Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison."; + mf:name "Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison."; + mf:entries ( + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016> + <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017>) . + <http://json-ld.org/test-suite/tests/compact-manifest.jsonld> a earl:Report, mf:Manifest; - dc:title "Compaction"; - mf:name "Compaction"; - rdfs:comment "JSON-LD compaction tests use object comparison."; + dc:title "JSON-LD compaction tests use object comparison."; + mf:name "JSON-LD compaction tests use object comparison."; mf:entries ( <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> @@ -126,33 +149,9 @@ <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068> <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld> a earl:Report, mf:Manifest; - dc:title "Deserialize RDF to JSON-LD"; - mf:name "Deserialize RDF to JSON-LD"; - rdfs:comment "Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison."; - mf:entries ( - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016> - <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017>) . - <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld> a earl:Report, mf:Manifest; - dc:title "Flattening"; - mf:name "Flattening"; - rdfs:comment "JSON-LD flattening tests use object comparison."; + dc:title "JSON-LD flattening tests use object comparison."; + mf:name "JSON-LD flattening tests use object comparison."; mf:entries ( <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> @@ -198,10 +197,95 @@ <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043>) . +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld> a earl:Report, mf:Manifest; + dc:title "JSON-LD to Expansion tests use object compare"; + mf:name "JSON-LD to Expansion tests use object compare"; + mf:entries ( + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074> + <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>) . + +<http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld> a earl:Report, mf:Manifest; + dc:title "JSON-LD to Expansion tests use object compare"; + mf:name "JSON-LD to Expansion tests use object compare"; + mf:entries ( + <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>) . + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld> a earl:Report, mf:Manifest; - dc:title "Serialization to RDF"; - mf:name "Serialization to RDF"; - rdfs:comment "JSON-LD to RDF tests generate N-Quads output and use string comparison."; + dc:title "JSON-LD to RDF tests generate N-Quads output and use string comparison."; + mf:name "JSON-LD to RDF tests generate N-Quads output and use string comparison."; mf:entries ( <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> @@ -309,95 +393,12 @@ <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110> <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111> - <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112>) . - -<http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld> a earl:Report, mf:Manifest; - dc:title "error-expand"; - mf:name "error-expand"; - rdfs:comment "JSON-LD to Expansion tests use object compare"; - mf:entries ( - <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld> a earl:Report, mf:Manifest; - dc:title "expand"; - mf:name "expand"; - rdfs:comment "JSON-LD to Expansion tests use object compare"; - mf:entries ( - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074> - <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>) . + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112> + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113> + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114> + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115> + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116> + <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>) . # # Subject Definitions @@ -431,13 +432,26 @@ foaf:name "Gregg Kellogg" . -<https://github.com/digitalbazaar/jsonld.js> a earl:TestSubject, doap:Project; - doap:name "jsonld.js"; +<https://github.com/digitalbazaar/jsonld.js#browser> a earl:TestSubject, doap:Project; + doap:name "jsonld.js browser"; doap:description """A JSON-LD processor for JavaScript"""@en; doap:programming-language "JavaScript"; . -<https://github.com/digitalbazaar/jsonld.js> doap:developer <https://github.com/dlongley> . +<https://github.com/digitalbazaar/jsonld.js#browser> doap:developer <https://github.com/dlongley> . + +<https://github.com/dlongley> a foaf:Person; + foaf:homepage <https://github.com/dlongley>; + foaf:name "Dave Longley" . + + +<https://github.com/digitalbazaar/jsonld.js#node.js> a earl:TestSubject, doap:Project; + doap:name "jsonld.js node.js"; + doap:description """A JSON-LD processor for JavaScript"""@en; + doap:programming-language "JavaScript"; + . + +<https://github.com/digitalbazaar/jsonld.js#node.js> doap:developer <https://github.com/dlongley> . <https://github.com/dlongley> a foaf:Person; foaf:homepage <https://github.com/dlongley>; @@ -486,3027 +500,7 @@ # # Test Case Definitions # -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "drop free-floating nodes"; - dc:description """Unreferenced nodes not containing properties are dropped"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0001-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0001-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "basic"; - dc:description """Basic term and value compaction"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0002-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0002-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "drop null and unmapped properties"; - dc:description """Properties mapped to null or which are never mapped are dropped"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0003-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0003-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "optimize @set, keep empty arrays"; - dc:description """Containers mapped to @set keep empty arrays"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0004-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0004-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@type and prefix compaction"; - dc:description """Compact uses prefixes in @type"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0005-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0005-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "keep expanded object format if @type doesn't match"; - dc:description """Values not matching a coerced @type remain in expanded form"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0006-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0006-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "add context"; - dc:description """External context is added to the compacted document"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0007-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0007-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "alias keywords"; - dc:description """Aliases for keywords are used in compacted document"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0008-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0008-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "compact @id"; - dc:description """Value with @id is compacted to string if property cast to @id"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0009-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0009-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "array to @graph"; - dc:description """An array of objects is serialized with @graph"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0010-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0010-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "compact date"; - dc:description """Expanded value with type xsd:dateTime is represented as string with type coercion"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0011-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0011-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "native types"; - dc:description """Native values are unmodified during compaction"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0012-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0012-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@value with @language"; - dc:description """Values with @language remain in expended form by default"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0013-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0013-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "array to aliased @graph"; - dc:description """Aliasing @graph uses alias in compacted document"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0014-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0014-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "best match compaction"; - dc:description """Property with values of different types use most appropriate term when compacting"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0015-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0015-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "recursive named graphs"; - dc:description """Compacting a document with mutliple embedded uses of @graph"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0016-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0016-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "A term mapping to null removes the mapping"; - dc:description """Mapping a term to null causes the property and its values to be removed from the compacted document"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0017-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0017-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "best matching term for lists"; - dc:description """Lists with values of different types use best term in compacted document"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0018-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0018-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Keep duplicate values in @list and @set"; - dc:description """Duplicate values in @list or @set are retained in compacted document"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0019-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0019-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact @id that is a property IRI when @container is @list"; - dc:description """A term with @container: @list is also used as the value of an @id, if appropriate"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0020-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0020-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact properties and types using @vocab"; - dc:description """@vocab is used to create relative properties and types if no other term matches"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0021-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0021-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@list compaction of nested properties"; - dc:description """Compact nested properties using @list containers"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0022-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0022-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "prefer @vocab over compacted IRIs"; - dc:description """@vocab takes precedence over prefixes - even if the result is longer"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0023-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0023-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "most specific term matching in @list."; - dc:description """The most specific term that matches all of the elements in the list, taking into account the default language, must be selected."""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0024-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0024-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Language maps"; - dc:description """Multiple values with different languages use language maps if property has @container: @language"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0025-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0025-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Language map term selection with complications"; - dc:description """Test appropriate property use given language maps with @vocab, a default language, and a competing term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0026-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0026-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@container: @set with multiple values"; - dc:description """Fall back to term with @set container if term with language map is defined"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0027-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0027-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Alias keywords and use @vocab"; - dc:description """Combination of keyword aliases and @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0028-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0028-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Simple @index map"; - dc:description """Output uses index mapping if term is defined with @container: @index"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0029-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0029-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "non-matching @container: @index"; - dc:description """Preserve @index tags if not compacted to an index map"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0030-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0030-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact @reverse"; - dc:description """Compact traverses through @reverse"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0031-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0031-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact keys in reverse-maps"; - dc:description """Compact traverses through @reverse"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0032-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0032-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact reverse-map to reverse property"; - dc:description """A reverse map is replaced with a matching property defined with @reverse"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0033-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0033-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Skip property with @reverse if no match"; - dc:description """Do not use reverse property if no other property matches as normal property"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0034-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0034-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact @reverse node references using strings"; - dc:description """Compact node references to strings for reverse properties using @type: @id"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0035-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0035-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact reverse properties using index containers"; - dc:description """Compact using both reverse properties and index containers"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0036-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0036-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact keys in @reverse using @vocab"; - dc:description """Compact keys in @reverse using @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0037-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0037-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Index map round-tripping"; - dc:description """Complext round-tripping use case from Drupal"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0038-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0038-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@graph is array"; - dc:description """Value of @graph is always an array"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0039-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0039-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@list is array"; - dc:description """Ensure that value of @list is always an array"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0040-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0040-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "index rejects term having @list"; - dc:description """If an index is present, a term having an @list container is not selected"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0041-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0041-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@list keyword aliasing"; - dc:description """Make sure keyword aliasing works if a list can't be compacted"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0042-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0042-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "select term over @vocab"; - dc:description """Ensure that @vocab compaction isn't used if the result collides with a term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0043-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0043-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@type: @vocab in reverse-map"; - dc:description """Prefer properties with @type: @vocab in reverse-maps if the value can be compacted to a term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0044-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0044-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@id value uses relative IRI, not term"; - dc:description """Values of @id are transformed to relative IRIs, terms are ignored"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0045-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0045-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "multiple objects without @context use @graph"; - dc:description """Wrap top-level array into @graph even if no context is passed"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0046-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0046-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Round-trip relative URLs"; - dc:description """Relative URLs remain relative after compaction"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0047-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0047-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "term with @language: null"; - dc:description """Prefer terms with a language mapping set to null over terms without language-mapping for non-strings"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0048-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0048-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Round tripping of lists that contain just IRIs"; - dc:description """List compaction without @container: @list still uses strings if @type: @id"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0049-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0049-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Reverse properties require @type: @id to use string values"; - dc:description """Node references in reverse properties are not compacted to strings without explicit type-coercion"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0050-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0050-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Round tripping @list with scalar"; - dc:description """Native values survive round-tripping with @list"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0051-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0051-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Round tripping @list with scalar and @graph alias"; - dc:description """Native values survive round-tripping with @list and @graph alias"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0052-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0052-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Use @type: @vocab if no @type: @id"; - dc:description """Compact to @type: @vocab when no @type: @id term available"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0053-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0053-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact to @type: @vocab and compact @id to term"; - dc:description """Compact to @type: @vocab and compact @id to term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0054-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0054-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Round tripping @type: @vocab"; - dc:description """Compacting IRI value of property with @type: @vocab can use term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0055-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0055-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Prefer @type: @vocab over @type: @id for terms"; - dc:description """Compacting IRI value of property with @type: @vocab can use term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0056-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0056-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Complex round tripping @type: @vocab and @type: @id"; - dc:description """Compacting IRI value of property with @type: @vocab can use term; more complex"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0057-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0057-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Prefer @type: @id over @type: @vocab for non-terms"; - dc:description """Choose a term having @type: @id over @type: @value if value is not a term"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0058-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0058-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Term with @type: @vocab if no @type: @id"; - dc:description """If there's no term with @type: @id, use terms with @type: @vocab for IRIs not mapped to terms"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0059-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0059-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Term with @type: @id if no @type: @vocab and term value"; - dc:description """If there's no term with @type: @vocab, use terms with @type: @id for IRIs mapped to terms"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0060-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0060-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@type: @vocab/@id with values matching either"; - dc:description """Separate IRIs for the same property to use term with more specific @type (@id vs. @vocab)"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0061-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0061-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "@type: @vocab and relative IRIs"; - dc:description """Relative IRIs don't round-trip with @type: @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0062-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0062-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact IRI round-tripping with @type: @vocab"; - dc:description """Term with @type: @vocab will use compact IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0063-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0063-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Compact language-tagged and indexed strings to index-map"; - dc:description """Given values with both @index and @language and term index-map term, use index map"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0064-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0064-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Language-tagged and indexed strings with language-map"; - dc:description """Language-tagged and indexed strings don't compact to language-map"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0065-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0065-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Relative IRIs"; - dc:description """Complex use cases for relative IRI compaction"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0066-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0066-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Reverse properties with blank nodes"; - dc:description """Compact reverse property whose values are unlabeled blank nodes"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0067-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0067-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Single value reverse properties"; - dc:description """Single values of reverse properties are compacted as values of ordinary properties"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0068-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0068-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#CompactTest>; - dc:title "Single value reverse properties with @set"; - dc:description """Single values are kept in array form for reverse properties if the container is to @set"""@en; - mf:result <http://json-ld.org/test-suite/tests/compact-0069-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/compact-0069-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Object Lists"; dc:description """Tests generation using different types of objects."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0001-out.jsonld>; @@ -3527,7 +521,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3550,7 +550,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Native Types"; dc:description """Use native datatypes, where possible."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0002-out.jsonld>; @@ -3571,7 +571,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3594,7 +600,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "BNodes and references"; dc:description """BNode name generation and references between resources."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0003-out.jsonld>; @@ -3615,7 +621,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3638,7 +650,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Lists"; dc:description """Multiple lists with different types of element."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0004-out.jsonld>; @@ -3659,7 +671,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3682,7 +700,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Document with list"; dc:description """Uses a named graph containing a list."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0005-out.jsonld>; @@ -3703,7 +721,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3726,7 +750,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Two graphs having same subject but different values"; dc:description """Ensure that properties and list elements aren't confused between graphs."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0006-out.jsonld>; @@ -3747,7 +771,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3770,7 +800,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Graph with multiple named graphs"; dc:description """Testing @graph recursion."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0007-out.jsonld>; @@ -3791,7 +821,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3814,7 +850,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List conversion"; dc:description """Conversion of lists of lists (the triples in the input are only partially ordered on purpose"""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0008-out.jsonld>; @@ -3835,7 +871,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3857,7 +899,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List conversion with IRI nodes"; dc:description """Preserve IRI list nodes (i.e., not blank nodes) when converting to @list"""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0009-out.jsonld>; @@ -3878,7 +920,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3900,7 +948,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern without rdf:nil"; dc:description """Do not convert lists that are not terminated by rdf:nil to @list."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0010-out.jsonld>; @@ -3921,7 +969,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3943,7 +997,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern with extra properties"; dc:description """If additional properties are associated to a list node, the list is only partially converted to @list."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0011-out.jsonld>; @@ -3964,7 +1018,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -3986,7 +1046,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern with cycles"; dc:description """Detect lists containing cycles and do not convert them to @list."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0012-out.jsonld>; @@ -4007,7 +1067,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4029,7 +1095,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern with multiple values of rdf:first"; dc:description """Do not convert list nodes to @list if nodes contain more than one value for rdf:first."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0013-out.jsonld>; @@ -4050,7 +1116,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4072,7 +1144,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern with multiple values of rdf:rest"; dc:description """Do not convert list nodes to @list if nodes contain more than one value for rdf:rest."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0014-out.jsonld>; @@ -4093,7 +1165,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4115,7 +1193,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern with IRI rdf:rest"; dc:description """Do not convert lists to @list if a list node's rdf:rest is an IRI."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0015-out.jsonld>; @@ -4136,7 +1214,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4158,7 +1242,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "List pattern with type rdf:List"; dc:description """List nodes may have a rdf:type rdf:List."""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0016-out.jsonld>; @@ -4176,10 +1260,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -4197,7 +1288,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FromRDFTest>; +<http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FromRDFTest; dc:title "Remove duplicate triples"; dc:description """Equivalent triples are used only once"""@en; mf:result <http://json-ld.org/test-suite/tests/fromRdf-0017-out.jsonld>; @@ -4215,10 +1306,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -4236,7 +1334,3444 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "drop free-floating nodes"; + dc:description """Unreferenced nodes not containing properties are dropped"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0001-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0001-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "basic"; + dc:description """Basic term and value compaction"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0002-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0002-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "drop null and unmapped properties"; + dc:description """Properties mapped to null or which are never mapped are dropped"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0003-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0003-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "optimize @set, keep empty arrays"; + dc:description """Containers mapped to @set keep empty arrays"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0004-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0004-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@type and prefix compaction"; + dc:description """Compact uses prefixes in @type"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0005-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0005-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "keep expanded object format if @type doesn't match"; + dc:description """Values not matching a coerced @type remain in expanded form"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0006-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0006-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "add context"; + dc:description """External context is added to the compacted document"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0007-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0007-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "alias keywords"; + dc:description """Aliases for keywords are used in compacted document"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0008-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0008-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "compact @id"; + dc:description """Value with @id is compacted to string if property cast to @id"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0009-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0009-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "array to @graph"; + dc:description """An array of objects is serialized with @graph"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0010-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0010-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "compact date"; + dc:description """Expanded value with type xsd:dateTime is represented as string with type coercion"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0011-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0011-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "native types"; + dc:description """Native values are unmodified during compaction"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0012-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0012-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@value with @language"; + dc:description """Values with @language remain in expended form by default"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0013-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0013-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "array to aliased @graph"; + dc:description """Aliasing @graph uses alias in compacted document"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0014-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0014-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "best match compaction"; + dc:description """Property with values of different types use most appropriate term when compacting"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0015-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0015-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "recursive named graphs"; + dc:description """Compacting a document with mutliple embedded uses of @graph"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0016-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0016-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "A term mapping to null removes the mapping"; + dc:description """Mapping a term to null causes the property and its values to be removed from the compacted document"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0017-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0017-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "best matching term for lists"; + dc:description """Lists with values of different types use best term in compacted document"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0018-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0018-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Keep duplicate values in @list and @set"; + dc:description """Duplicate values in @list or @set are retained in compacted document"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0019-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0019-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact @id that is a property IRI when @container is @list"; + dc:description """A term with @container: @list is also used as the value of an @id, if appropriate"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0020-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0020-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact properties and types using @vocab"; + dc:description """@vocab is used to create relative properties and types if no other term matches"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0021-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0021-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@list compaction of nested properties"; + dc:description """Compact nested properties using @list containers"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0022-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0022-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "prefer @vocab over compacted IRIs"; + dc:description """@vocab takes precedence over prefixes - even if the result is longer"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0023-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0023-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "most specific term matching in @list."; + dc:description """The most specific term that matches all of the elements in the list, taking into account the default language, must be selected."""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0024-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0024-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Language maps"; + dc:description """Multiple values with different languages use language maps if property has @container: @language"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0025-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0025-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Language map term selection with complications"; + dc:description """Test appropriate property use given language maps with @vocab, a default language, and a competing term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0026-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0026-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@container: @set with multiple values"; + dc:description """Fall back to term with @set container if term with language map is defined"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0027-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0027-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Alias keywords and use @vocab"; + dc:description """Combination of keyword aliases and @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0028-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0028-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Simple @index map"; + dc:description """Output uses index mapping if term is defined with @container: @index"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0029-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0029-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "non-matching @container: @index"; + dc:description """Preserve @index tags if not compacted to an index map"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0030-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0030-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact @reverse"; + dc:description """Compact traverses through @reverse"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0031-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0031-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact keys in reverse-maps"; + dc:description """Compact traverses through @reverse"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0032-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0032-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact reverse-map to reverse property"; + dc:description """A reverse map is replaced with a matching property defined with @reverse"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0033-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0033-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Skip property with @reverse if no match"; + dc:description """Do not use reverse property if no other property matches as normal property"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0034-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0034-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact @reverse node references using strings"; + dc:description """Compact node references to strings for reverse properties using @type: @id"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0035-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0035-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact reverse properties using index containers"; + dc:description """Compact using both reverse properties and index containers"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0036-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0036-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact keys in @reverse using @vocab"; + dc:description """Compact keys in @reverse using @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0037-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0037-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Index map round-tripping"; + dc:description """Complext round-tripping use case from Drupal"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0038-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0038-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@graph is array"; + dc:description """Value of @graph is always an array"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0039-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0039-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@list is array"; + dc:description """Ensure that value of @list is always an array"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0040-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0040-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "index rejects term having @list"; + dc:description """If an index is present, a term having an @list container is not selected"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0041-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0041-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@list keyword aliasing"; + dc:description """Make sure keyword aliasing works if a list can't be compacted"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0042-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0042-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "select term over @vocab"; + dc:description """Ensure that @vocab compaction isn't used if the result collides with a term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0043-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0043-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@type: @vocab in reverse-map"; + dc:description """Prefer properties with @type: @vocab in reverse-maps if the value can be compacted to a term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0044-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0044-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@id value uses relative IRI, not term"; + dc:description """Values of @id are transformed to relative IRIs, terms are ignored"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0045-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0045-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "multiple objects without @context use @graph"; + dc:description """Wrap top-level array into @graph even if no context is passed"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0046-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0046-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Round-trip relative URLs"; + dc:description """Relative URLs remain relative after compaction"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0047-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0047-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "term with @language: null"; + dc:description """Prefer terms with a language mapping set to null over terms without language-mapping for non-strings"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0048-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0048-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Round tripping of lists that contain just IRIs"; + dc:description """List compaction without @container: @list still uses strings if @type: @id"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0049-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0049-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Reverse properties require @type: @id to use string values"; + dc:description """Node references in reverse properties are not compacted to strings without explicit type-coercion"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0050-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0050-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Round tripping @list with scalar"; + dc:description """Native values survive round-tripping with @list"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0051-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0051-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Round tripping @list with scalar and @graph alias"; + dc:description """Native values survive round-tripping with @list and @graph alias"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0052-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0052-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Use @type: @vocab if no @type: @id"; + dc:description """Compact to @type: @vocab when no @type: @id term available"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0053-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0053-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact to @type: @vocab and compact @id to term"; + dc:description """Compact to @type: @vocab and compact @id to term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0054-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0054-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Round tripping @type: @vocab"; + dc:description """Compacting IRI value of property with @type: @vocab can use term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0055-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0055-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Prefer @type: @vocab over @type: @id for terms"; + dc:description """Compacting IRI value of property with @type: @vocab can use term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0056-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0056-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Complex round tripping @type: @vocab and @type: @id"; + dc:description """Compacting IRI value of property with @type: @vocab can use term; more complex"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0057-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0057-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Prefer @type: @id over @type: @vocab for non-terms"; + dc:description """Choose a term having @type: @id over @type: @value if value is not a term"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0058-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0058-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Term with @type: @vocab if no @type: @id"; + dc:description """If there's no term with @type: @id, use terms with @type: @vocab for IRIs not mapped to terms"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0059-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0059-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Term with @type: @id if no @type: @vocab and term value"; + dc:description """If there's no term with @type: @vocab, use terms with @type: @id for IRIs mapped to terms"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0060-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0060-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@type: @vocab/@id with values matching either"; + dc:description """Separate IRIs for the same property to use term with more specific @type (@id vs. @vocab)"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0061-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0061-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "@type: @vocab and relative IRIs"; + dc:description """Relative IRIs don't round-trip with @type: @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0062-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0062-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact IRI round-tripping with @type: @vocab"; + dc:description """Term with @type: @vocab will use compact IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0063-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0063-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Compact language-tagged and indexed strings to index-map"; + dc:description """Given values with both @index and @language and term index-map term, use index map"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0064-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0064-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Language-tagged and indexed strings with language-map"; + dc:description """Language-tagged and indexed strings don't compact to language-map"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0065-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0065-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Relative IRIs"; + dc:description """Complex use cases for relative IRI compaction"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0066-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0066-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Reverse properties with blank nodes"; + dc:description """Compact reverse property whose values are unlabeled blank nodes"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0067-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0067-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Single value reverse properties"; + dc:description """Single values of reverse properties are compacted as values of ordinary properties"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0068-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0068-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#CompactTest; + dc:title "Single value reverse properties with @set"; + dc:description """Single values are kept in array form for reverse properties if the container is to @set"""@en; + mf:result <http://json-ld.org/test-suite/tests/compact-0069-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/compact-0069-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "drop free-floating nodes"; dc:description """Flattening drops unreferenced nodes having only @id"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0001-out.jsonld>; @@ -4257,7 +4792,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4280,7 +4821,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "basic"; dc:description """Flattening terms with different types of values"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0002-out.jsonld>; @@ -4301,7 +4842,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4324,7 +4871,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "drop null and unmapped properties"; dc:description """Verifies that null values and unmapped properties are removed from expanded output"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0003-out.jsonld>; @@ -4345,7 +4892,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4368,7 +4921,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "optimize @set, keep empty arrays"; dc:description """Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0004-out.jsonld>; @@ -4389,7 +4942,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4412,7 +4971,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "do not expand aliased @id/@type"; dc:description """If a keyword is aliased, it is not used when flattening"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0005-out.jsonld>; @@ -4433,7 +4992,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4456,7 +5021,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "alias keywords"; dc:description """Aliased keywords expand in resulting document"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0006-out.jsonld>; @@ -4477,7 +5042,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4500,7 +5071,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "date type-coercion"; dc:description """Expand strings to expanded value with @type: xsd:dateTime"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0007-out.jsonld>; @@ -4521,7 +5092,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4544,7 +5121,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "@value with @language"; dc:description """Keep expanded values with @language, drop non-conforming value objects containing just @language"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0008-out.jsonld>; @@ -4565,7 +5142,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4588,7 +5171,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "@graph with terms"; dc:description """Use of @graph to contain multiple nodes within array"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0009-out.jsonld>; @@ -4609,7 +5192,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4632,7 +5221,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "native types"; dc:description """Flattening native scalar retains native scalar within expanded value"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0010-out.jsonld>; @@ -4653,7 +5242,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4676,7 +5271,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "coerced @id"; dc:description """A value of a property with @type: @id coercion expands to a node reference"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0011-out.jsonld>; @@ -4697,7 +5292,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4720,7 +5321,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "@graph with embed"; dc:description """Flattening objects containing chained objects flattens all objects"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0012-out.jsonld>; @@ -4741,7 +5342,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4764,7 +5371,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "flatten already expanded"; dc:description """Flattening an expanded/flattened document maintains input document"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0013-out.jsonld>; @@ -4785,7 +5392,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4808,7 +5421,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "@set of @value objects with keyword aliases"; dc:description """Flattening aliased @set and @value"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0014-out.jsonld>; @@ -4829,7 +5442,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4852,7 +5471,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "collapse set of sets, keep empty lists"; dc:description """An array of multiple @set nodes are collapsed into a single array"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0015-out.jsonld>; @@ -4873,7 +5492,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4896,7 +5521,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "context reset"; dc:description """Setting @context to null within an embedded object resets back to initial context state"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0016-out.jsonld>; @@ -4917,7 +5542,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4940,7 +5571,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "@graph and @id aliased"; dc:description """Flattening with @graph and @id aliases"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0017-out.jsonld>; @@ -4961,7 +5592,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -4984,7 +5621,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "override default @language"; dc:description """override default @language in terms; only language-tag strings"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0018-out.jsonld>; @@ -5005,7 +5642,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5028,7 +5671,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "remove @value = null"; dc:description """Flattening a value of null removes the value"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0019-out.jsonld>; @@ -5049,7 +5692,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5072,7 +5721,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "do not remove @graph if not at top-level"; dc:description """@graph used under a node is retained"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0020-out.jsonld>; @@ -5093,7 +5742,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5116,7 +5771,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "do not remove @graph at top-level if not only property"; dc:description """@graph used at the top level is retained if there are other properties"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0021-out.jsonld>; @@ -5137,7 +5792,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5160,7 +5821,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "flatten value with default language"; dc:description """Flattening with a default language applies that language to string values"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0022-out.jsonld>; @@ -5181,7 +5842,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5204,7 +5871,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Flattening list/set with coercion"; dc:description """Flattening lists and sets with properties having coercion coerces list/set values"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0023-out.jsonld>; @@ -5225,7 +5892,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5248,7 +5921,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Multiple contexts"; dc:description """Tests that contexts in an array are merged"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0024-out.jsonld>; @@ -5269,7 +5942,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5292,7 +5971,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Problematic IRI flattening tests"; dc:description """Flattening different kinds of terms and Compact IRIs"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0025-out.jsonld>; @@ -5313,7 +5992,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5336,7 +6021,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Term definition with @id: @type"; dc:description """Flattening term mapping to @type uses @type syntax"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0026-out.jsonld>; @@ -5357,7 +6042,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5380,7 +6071,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Duplicate values in @list and @set"; dc:description """Duplicate values in @list and @set are not merged"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0027-out.jsonld>; @@ -5401,7 +6092,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5424,7 +6121,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Use @vocab in properties and @type but not in @id"; dc:description """@vocab is used to compact properties and @type, but is not used for @id"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0028-out.jsonld>; @@ -5445,7 +6142,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5468,7 +6171,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Relative IRIs"; dc:description """@base is used to compact @id; test with different relative IRIs"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0029-out.jsonld>; @@ -5489,7 +6192,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5512,7 +6221,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Language maps"; dc:description """Language Maps expand values to include @language"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0030-out.jsonld>; @@ -5533,7 +6242,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5556,7 +6271,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "type-coercion of native types"; dc:description """Flattening native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0031-out.jsonld>; @@ -5577,7 +6292,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5600,7 +6321,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Null term and @vocab"; dc:description """Mapping a term to null decouples it from @vocab"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0032-out.jsonld>; @@ -5621,7 +6342,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5644,7 +6371,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Using @vocab with with type-coercion"; dc:description """Verifies that terms can be defined using @vocab"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0033-out.jsonld>; @@ -5665,7 +6392,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5688,7 +6421,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Multiple properties expanding to the same IRI"; dc:description """Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0034-out.jsonld>; @@ -5709,7 +6442,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5732,7 +6471,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Language maps with @vocab, default language, and colliding property"; dc:description """Pathological tests of language maps"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0035-out.jsonld>; @@ -5753,7 +6492,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5776,7 +6521,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Flattening @index"; dc:description """Flattening index maps for terms defined with @container: @index"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0036-out.jsonld>; @@ -5797,7 +6542,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5820,7 +6571,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Flattening reverse properties"; dc:description """Flattening @reverse keeps @reverse"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0037-out.jsonld>; @@ -5841,7 +6592,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5864,7 +6621,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Flattening blank node labels"; dc:description """Blank nodes are not relabeled during expansion"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0038-out.jsonld>; @@ -5885,7 +6642,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5908,7 +6671,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Using terms in a reverse-maps"; dc:description """Terms within @reverse are expanded"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0039-out.jsonld>; @@ -5929,7 +6692,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5952,7 +6721,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "language and index expansion on non-objects"; dc:description """Only invoke language and index map expansion if the value is a JSON object"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0040-out.jsonld>; @@ -5973,7 +6742,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -5996,7 +6771,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Free-floating sets and lists"; dc:description """Free-floating values in sets are removed, free-floating lists are removed completely"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0041-out.jsonld>; @@ -6017,7 +6792,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6040,7 +6821,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "List objects not equivalent"; dc:description """Lists objects are implicit unlabeled blank nodes and thus never equivalent"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0042-out.jsonld>; @@ -6061,7 +6842,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6084,7 +6871,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#FlattenTest>; +<http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#FlattenTest; dc:title "Sample test manifest extract"; dc:description """Flatten a test manifest"""@en; mf:result <http://json-ld.org/test-suite/tests/flatten-0043-out.jsonld>; @@ -6102,10 +6889,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -6123,7 +6917,3785 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "drop free-floating nodes"; + dc:description """Expand drops unreferenced nodes having only @id"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0001-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0001-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "basic"; + dc:description """Expanding terms with different types of values"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0002-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0002-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "drop null and unmapped properties"; + dc:description """Verifies that null values and unmapped properties are removed from expanded output"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0003-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0003-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "optimize @set, keep empty arrays"; + dc:description """Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0004-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0004-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "do not expand aliased @id/@type"; + dc:description """If a keyword is aliased, it is not used when expanding"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0005-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0005-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "alias keywords"; + dc:description """Aliased keywords expand in resulting document"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0006-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0006-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "date type-coercion"; + dc:description """Expand strings to expanded value with @type: xsd:dateTime"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0007-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0007-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@value with @language"; + dc:description """Keep expanded values with @language, drop non-conforming value objects containing just @language"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0008-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0008-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@graph with terms"; + dc:description """Use of @graph to contain multiple nodes within array"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0009-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0009-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "native types"; + dc:description """Expanding native scalar retains native scalar within expanded value"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0010-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0010-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "coerced @id"; + dc:description """A value of a property with @type: @id coercion expands to a node reference"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0011-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0011-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@graph with embed"; + dc:description """Use of @graph to contain multiple nodes within array"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0012-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0012-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "expand already expanded"; + dc:description """Expand does not mess up already expanded document"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0013-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0013-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@set of @value objects with keyword aliases"; + dc:description """Expanding aliased @set and @value"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0014-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0014-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "collapse set of sets, keep empty lists"; + dc:description """An array of multiple @set nodes are collapsed into a single array"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0015-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0015-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "context reset"; + dc:description """Setting @context to null within an embedded object resets back to initial context state"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0016-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0016-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@graph and @id aliased"; + dc:description """Expanding with @graph and @id aliases"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0017-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0017-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "override default @language"; + dc:description """override default @language in terms; only language-tag strings"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0018-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0018-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "remove @value = null"; + dc:description """Expanding a value of null removes the value"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0019-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0019-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "do not remove @graph if not at top-level"; + dc:description """@graph used under a node is retained"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0020-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0020-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "do not remove @graph at top-level if not only property"; + dc:description """@graph used at the top level is retained if there are other properties"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0021-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0021-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "expand value with default language"; + dc:description """Expanding with a default language applies that language to string values"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0022-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0022-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expanding list/set with coercion"; + dc:description """Expanding lists and sets with properties having coercion coerces list/set values"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0023-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0023-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Multiple contexts"; + dc:description """Tests that contexts in an array are merged"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0024-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0024-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Problematic IRI expansion tests"; + dc:description """Expanding different kinds of terms and Compact IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0025-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0025-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Term definition with @id: @type"; + dc:description """Expanding term mapping to @type uses @type syntax"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0026-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0026-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Duplicate values in @list and @set"; + dc:description """Duplicate values in @list and @set are not merged"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0027-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0027-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Use @vocab in properties and @type but not in @id"; + dc:description """@vocab is used to compact properties and @type, but is not used for @id"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0028-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0028-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Relative IRIs"; + dc:description """@base is used to compact @id; test with different relative IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0029-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0029-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Language maps"; + dc:description """Language Maps expand values to include @language"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0030-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0030-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "type-coercion of native types"; + dc:description """Expanding native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0031-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0031-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Null term and @vocab"; + dc:description """Mapping a term to null decouples it from @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0032-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0032-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Using @vocab with with type-coercion"; + dc:description """Verifies that terms can be defined using @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0033-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0033-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Multiple properties expanding to the same IRI"; + dc:description """Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0034-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0034-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Language maps with @vocab, default language, and colliding property"; + dc:description """Pathological tests of language maps"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0035-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0035-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expanding @index"; + dc:description """Expanding index maps for terms defined with @container: @index"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0036-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0036-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expanding @reverse"; + dc:description """Expanding @reverse keeps @reverse"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0037-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0037-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expanding blank node labels"; + dc:description """Blank nodes are not relabeled during expansion"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0038-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0038-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Using terms in a reverse-maps"; + dc:description """Terms within @reverse are expanded"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0039-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0039-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "language and index expansion on non-objects"; + dc:description """Only invoke language and index map expansion if the value is a JSON object"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0040-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0040-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@language: null resets the default language"; + mf:result <http://json-ld.org/test-suite/tests/expand-0041-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0041-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Reverse properties"; + dc:description """Expanding terms defined as reverse properties uses @reverse in expanded document"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0042-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0042-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Using reverse properties inside a @reverse-container"; + dc:description """Expanding a reverse property within a @reverse undoes both reversals"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0043-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0043-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Index maps with language mappings"; + dc:description """Ensure index maps use language mapping"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0044-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0044-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Top-level value objects"; + dc:description """Expanding top-level value objects causes them to be removed"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0045-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0045-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Free-floating nodes"; + dc:description """Expanding free-floating nodes causes them to be removed"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0046-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0046-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Free-floating values in sets and free-floating lists"; + dc:description """Free-floating values in sets are removed, free-floating lists are removed completely"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0047-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0047-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Terms are ignored in @id"; + dc:description """Values of @id are not expanded as terms"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0048-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0048-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "String values of reverse properties"; + dc:description """String values of a reverse property with @type: @id are treated as IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0049-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0049-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Term definitions with prefix separate from prefix definitions"; + dc:description """Term definitions using compact IRIs don't inherit the definitions of the prefix"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0050-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0050-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expansion of keyword aliases in term definitions"; + dc:description """Expanding terms which are keyword aliases"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0051-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0051-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@vocab-relative IRIs in term definitions"; + dc:description """If @vocab is defined, term definitions are expanded relative to @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0052-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0052-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expand absolute IRI with @type: @vocab"; + dc:description """Expanding values of properties of @type: @vocab does not further expand absolute IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0053-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0053-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expand term with @type: @vocab"; + dc:description """Expanding values of properties of @type: @vocab does not expand term values"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0054-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0054-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expand @vocab-relative term with @type: @vocab"; + dc:description """Expanding values of properties of @type: @vocab expands relative IRIs using @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0055-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0055-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Use terms with @type: @vocab but not with @type: @id"; + dc:description """Checks that expansion uses appropriate base depending on term definition having @type @id or @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0056-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0056-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expand relative IRI with @type: @vocab"; + dc:description """Relative values of terms with @type: @vocab expand relative to @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0057-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0057-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Expand compact IRI with @type: @vocab"; + dc:description """Compact IRIs are expanded normally even if term has @type: @vocab"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0058-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0058-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Reset @vocab by setting it to null"; + dc:description """Setting @vocab to null removes a previous definition"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0059-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0059-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Overwrite document base with @base and reset it again"; + dc:description """Setting @base to an IRI and then resetting it to nil"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0060-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0060-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Coercing native types to arbitrary datatypes"; + dc:description """Expanding native types when coercing to arbitrary datatypes"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0061-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0061-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Various relative IRIs with with @base"; + dc:description """Pathological relative IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0062-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0062-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Reverse property and index container"; + dc:description """Expaning reverse properties with an index-container"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0063-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0063-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "bnode values of reverse properties"; + dc:description """Expand reverse property whose values are unlabeled blank nodes"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0064-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0064-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Drop unmapped keys in reverse map"; + dc:description """Keys that are not mapped to an IRI in a reverse-map are dropped"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0065-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0065-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Reverse-map keys with @vocab"; + dc:description """Expand uses @vocab to expand keys in reverse-maps"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0066-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0066-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "prefix://suffix not a compact IRI"; + dc:description """prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0067-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0067-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "_:suffix values are not a compact IRI"; + dc:description """prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0068-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0068-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Compact IRI as term with type mapping"; + dc:description """Redefine compact IRI to define type mapping using the compact IRI itself as value of @id"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0069-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0069-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Compact IRI as term defined using equivalent compact IRI"; + dc:description """Redefine compact IRI to define type mapping using the compact IRI itself as string value"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0070-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0070-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Redefine terms looking like compact IRIs"; + dc:description """Term definitions may look like compact IRIs"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0071-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0071-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "Redefine term using @vocab, not itself"; + dc:description """Redefining a term as itself when @vocab is defined uses @vocab, not previous term definition"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0072-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0072-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://me.markus-lanthaler.com/>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@context not first property"; + dc:description """Objects are unordered, so serialized node definition containing @context may have @context at the end of the node definition"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0073-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0073-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@id not first property"; + dc:description """Objects are unordered, so serialized node definition containing @id may have @id at the end of the node definition"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0074-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0074-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ExpandTest; + dc:title "@vocab as blank node identifier"; + dc:description """Use @vocab to map all properties to blank node identifiers"""@en; + mf:result <http://json-ld.org/test-suite/tests/expand-0075-out.jsonld>; + mf:action <http://json-ld.org/test-suite/tests/expand-0075-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ApiErrorTest; + dc:title "Keywords cannot be aliased to other keywords"; + dc:description """Verifies that an exception callback is invoked when aliasing a keyword to another keyword"""@en; + mf:result <http://json-ld.org/test-suite/tests/keyword redefinition>; + mf:action <http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:assertedBy <http://tristan.github.com/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:earl:semiAuto; + earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Plain literal with URIs"; dc:description """Tests generation of a triple using full URIs and a plain literal."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0001-out.nq>; @@ -6144,7 +10716,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6167,7 +10745,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Plain literal with CURIE from default context"; dc:description """Tests generation of a triple using a CURIE defined in the default context."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0002-out.nq>; @@ -6188,7 +10766,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6211,7 +10795,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Default subject is BNode"; dc:description """Tests that a BNode is created if no explicit subject is set."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0003-out.nq>; @@ -6232,7 +10816,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6255,7 +10845,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Literal with language tag"; dc:description """Tests that a plain literal is created with a language tag."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0004-out.nq>; @@ -6276,7 +10866,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6299,7 +10895,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Extended character set literal"; dc:description """Tests that a literal may be created using extended characters."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0005-out.nq>; @@ -6320,7 +10916,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6343,7 +10945,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Typed literal"; dc:description """Tests creation of a literal with a datatype."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0006-out.nq>; @@ -6364,7 +10966,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6387,7 +10995,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Tests 'a' generates rdf:type and object is implicit IRI"; dc:description """Verify that 'a' is an alias for rdf:type, and the object is created as an IRI."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0007-out.nq>; @@ -6408,7 +11016,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6431,7 +11045,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test prefix defined in @context"; dc:description """Generate an IRI using a prefix defined within an @context."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0008-out.nq>; @@ -6452,7 +11066,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6475,7 +11095,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test using an empty suffix"; dc:description """An empty suffix may be used."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0009-out.nq>; @@ -6496,7 +11116,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6519,7 +11145,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test object processing defines object"; dc:description """A property referencing an associative array gets object from subject of array."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0010-out.nq>; @@ -6540,7 +11166,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6563,7 +11195,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test object processing defines object with implicit BNode"; dc:description """If no @ is specified, a BNode is created, and will be used as the object of an enclosing property."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0011-out.nq>; @@ -6584,7 +11216,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6607,7 +11245,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Multiple Objects for a Single Property"; dc:description """Tests that Multiple Objects are for a Single Property using array syntax."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0012-out.nq>; @@ -6628,7 +11266,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6651,7 +11295,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Creation of an empty list"; dc:description """Tests that @list: [] generates an empty list."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0013-out.nq>; @@ -6672,7 +11316,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6695,7 +11345,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Creation of a list with single element"; dc:description """Tests that @list generates a list."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0014-out.nq>; @@ -6716,7 +11366,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6739,7 +11395,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Creation of a list with multiple elements"; dc:description """Tests that list with multiple elements."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0015-out.nq>; @@ -6760,7 +11416,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6783,7 +11445,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Empty IRI expands to resource location"; dc:description """Expanding an empty IRI uses the test file location."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0016-out.nq>; @@ -6804,7 +11466,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6827,7 +11495,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Relative IRI expands relative resource location"; dc:description """Expanding a relative IRI uses the test file location."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0017-out.nq>; @@ -6848,7 +11516,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6871,7 +11545,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Frag ID expands relative resource location"; dc:description """Expanding a fragment uses the test file location."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0018-out.nq>; @@ -6892,7 +11566,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6915,7 +11595,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test type coercion to anyURI"; dc:description """Tests coercion of object to anyURI when specified."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0019-out.nq>; @@ -6936,7 +11616,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -6959,7 +11645,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test type coercion to typed literal"; dc:description """Tests coercion of object to a typed literal when specified."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0020-out.nq>; @@ -6980,7 +11666,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7003,7 +11695,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test coercion of double value"; dc:description """Tests that a decimal value generates a xsd:double typed literal;."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0022-out.nq>; @@ -7024,7 +11716,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7047,7 +11745,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test coercion of integer value"; dc:description """Tests that a decimal value generates a xsd:integer typed literal."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0023-out.nq>; @@ -7068,7 +11766,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7091,7 +11795,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test coercion of boolean value"; dc:description """Tests that a decimal value generates a xsd:boolean typed literal."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0024-out.nq>; @@ -7112,7 +11816,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7135,7 +11845,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test list coercion with single element"; dc:description """Tests that an array with a single element on a property with @list coercion creates an RDF Collection."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0025-out.nq>; @@ -7156,7 +11866,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7179,7 +11895,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Test creation of multiple types"; dc:description """Tests that @type with an array of types creates multiple types."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0026-out.nq>; @@ -7200,7 +11916,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7223,7 +11945,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Simple named graph (Wikidata)"; dc:description """Using @graph with other keys places triples in a named graph."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0027-out.nq>; @@ -7244,7 +11966,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7267,7 +11995,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Simple named graph"; dc:description """Signing a graph."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0028-out.nq>; @@ -7288,7 +12016,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7311,7 +12045,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "named graph with embedded named graph"; dc:description """Tests that named graphs containing named graphs flatten to single level of graph naming."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0029-out.nq>; @@ -7332,7 +12066,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7355,7 +12095,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "top-level graph with string subject reference"; dc:description """Tests graphs containing subject references as strings."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0030-out.nq>; @@ -7376,7 +12116,13 @@ [ a earl:Assertion; earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; @@ -7399,7 +12145,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Reverse property"; dc:description """Tests conversion of reverse properties."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0031-out.nq>; @@ -7417,10 +12163,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7438,7 +12191,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@context reordering"; dc:description """Tests that generated triples do not depend on order of @context."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0032-out.nq>; @@ -7456,10 +12209,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7477,7 +12237,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@id reordering"; dc:description """Tests that generated triples do not depend on order of @id."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0033-out.nq>; @@ -7495,10 +12255,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7516,7 +12283,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "context properties reordering"; dc:description """Tests that generated triples do not depend on order of properties inside @context."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0034-out.nq>; @@ -7534,10 +12301,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7555,7 +12329,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "non-fractional numbers converted to xsd:double"; dc:description """xsd:double's canonical lexical is used when converting numbers without fraction that are coerced to xsd:double"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0035-out.nq>; @@ -7573,10 +12347,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7594,7 +12375,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Use nodeMapGeneration bnode labels"; dc:description """The toRDF algorithm does not relabel blank nodes; it reuses the counter from the nodeMapGeneration to generate new ones"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0036-out.nq>; @@ -7612,10 +12393,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7633,7 +12421,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "drop free-floating nodes"; dc:description """Free-floating nodes do not generate RDF triples"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0041-out.nq>; @@ -7651,10 +12439,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7672,7 +12467,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "basic"; dc:description """Basic RDF conversion"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0042-out.nq>; @@ -7690,10 +12485,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7711,7 +12513,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "drop null and unmapped properties"; dc:description """Properties mapped to null or which are never mapped are dropped"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0043-out.nq>; @@ -7729,10 +12531,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7750,7 +12559,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "optimize @set, keep empty arrays"; dc:description """RDF version of expand-0004"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0044-out.nq>; @@ -7768,10 +12577,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7789,7 +12605,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "do not expand aliased @id/@type"; dc:description """RDF version of expand-0005"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0045-out.nq>; @@ -7807,10 +12623,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7828,7 +12651,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "alias keywords"; dc:description """RDF version of expand-0006"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0046-out.nq>; @@ -7846,10 +12669,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7867,7 +12697,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "date type-coercion"; dc:description """Type-coerced dates generate typed literals"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0047-out.nq>; @@ -7885,10 +12715,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7906,7 +12743,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@value with @language"; dc:description """RDF version of expand-0008"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0048-out.nq>; @@ -7924,10 +12761,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7945,7 +12789,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@graph with terms"; dc:description """RDF version of expand-0009"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0049-out.nq>; @@ -7963,10 +12807,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -7984,7 +12835,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "native types"; dc:description """Native types generate typed literals"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0050-out.nq>; @@ -8002,10 +12853,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8023,7 +12881,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "coerced @id"; dc:description """RDF version of expand-0011"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0051-out.nq>; @@ -8041,10 +12899,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8062,7 +12927,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@graph with embed"; dc:description """RDF version of expand-0012"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0052-out.nq>; @@ -8080,10 +12945,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8101,7 +12973,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "expand already expanded"; dc:description """RDF version of expand-0013"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0053-out.nq>; @@ -8119,10 +12991,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8140,7 +13019,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@set of @value objects with keyword aliases"; dc:description """RDF version of expand-0014"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0054-out.nq>; @@ -8158,10 +13037,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8179,7 +13065,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "collapse set of sets, keep empty lists"; dc:description """RDF version of expand-0015"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0055-out.nq>; @@ -8197,10 +13083,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8218,7 +13111,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "context reset"; dc:description """RDF version of expand-0016"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0056-out.nq>; @@ -8236,10 +13129,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8257,7 +13157,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@graph and @id aliased"; dc:description """RDF version of expand-0017"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0057-out.nq>; @@ -8275,10 +13175,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8296,7 +13203,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "override default @language"; dc:description """RDF version of expand-0018"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0058-out.nq>; @@ -8314,10 +13221,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8335,7 +13249,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "remove @value = null"; dc:description """RDF version of expand-0019"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0059-out.nq>; @@ -8353,10 +13267,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8374,7 +13295,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "do not remove @graph if not at top-level"; dc:description """Embedded @graph without @id creates BNode-labeled named graph"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0060-out.nq>; @@ -8392,10 +13313,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8413,7 +13341,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "do not remove @graph at top-level if not only property"; dc:description """RDF version of expand-0021"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0061-out.nq>; @@ -8431,10 +13359,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8452,7 +13387,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "expand value with default language"; dc:description """RDF version of expand-0022"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0062-out.nq>; @@ -8470,10 +13405,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8491,7 +13433,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Lists and sets of properties with list/set coercion"; dc:description """RDF version of expand-0023"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0063-out.nq>; @@ -8509,10 +13451,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8530,7 +13479,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Multiple contexts"; dc:description """RDF version of expand-0024"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0064-out.nq>; @@ -8548,10 +13497,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8569,7 +13525,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Problematic IRI expansion tests"; dc:description """RDF version of expand-0025"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0065-out.nq>; @@ -8587,10 +13543,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8608,7 +13571,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expanding term mapping to @type uses @type syntax"; dc:description """RDF version of expand-0026"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0066-out.nq>; @@ -8626,10 +13589,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8647,7 +13617,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Keep duplicate values in @list and @set"; dc:description """RDF version of expand-0027"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0067-out.nq>; @@ -8665,10 +13635,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8686,7 +13663,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Use @vocab in properties and @type but not in @id"; dc:description """RDF version of expand-0028"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0068-out.nq>; @@ -8704,10 +13681,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8725,7 +13709,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Relative IRIs"; dc:description """RDF version of expand-0029"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0069-out.nq>; @@ -8743,10 +13727,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8764,7 +13755,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Language maps"; dc:description """RDF version of expand-0030"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0070-out.nq>; @@ -8782,10 +13773,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8803,7 +13801,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "type-coercion of native types"; dc:description """RDF version of expand-0031"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0071-out.nq>; @@ -8821,10 +13819,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8842,7 +13847,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Mapping a term to null decouples it from @vocab"; dc:description """RDF version of expand-0032"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0072-out.nq>; @@ -8860,10 +13865,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8881,7 +13893,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Using @vocab with with type-coercion"; dc:description """RDF version of expand-0033"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0073-out.nq>; @@ -8899,10 +13911,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8920,7 +13939,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Multiple properties expanding to the same IRI"; dc:description """RDF version of expand-0034"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0074-out.nq>; @@ -8938,10 +13957,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8959,7 +13985,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Language maps with @vocab, default language, and colliding property"; dc:description """RDF version of expand-0035"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0075-out.nq>; @@ -8977,10 +14003,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -8998,7 +14031,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expanding @index"; dc:description """RDF version of expand-0036"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0076-out.nq>; @@ -9016,10 +14049,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9037,7 +14077,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expanding @reverse"; dc:description """RDF version of expand-0037"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0077-out.nq>; @@ -9055,10 +14095,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9076,7 +14123,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Drop blank node predicates by default"; dc:description """Triples with blank node predicates are dropped by default."""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0078-out.nq>; @@ -9094,10 +14141,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9115,7 +14169,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Using terms in a reverse-maps"; dc:description """RDF version of expand-0039"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0079-out.nq>; @@ -9133,10 +14187,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9154,7 +14215,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "language and index expansion on non-objects"; dc:description """RDF version of expand-0040"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0080-out.nq>; @@ -9172,10 +14233,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9193,7 +14261,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Reset the default language"; dc:description """RDF version of expand-0041"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0081-out.nq>; @@ -9211,10 +14279,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9232,7 +14307,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expanding reverse properties"; dc:description """RDF version of expand-0042"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0082-out.nq>; @@ -9250,10 +14325,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9271,7 +14353,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Using reverse properties inside a @reverse-container"; dc:description """RDF version of expand-0043"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0083-out.nq>; @@ -9289,10 +14371,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9310,7 +14399,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Ensure index maps use language mapping"; dc:description """RDF version of expand-0044"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0084-out.nq>; @@ -9328,10 +14417,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9349,7 +14445,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Top-level value objects are removed"; dc:description """RDF version of expand-0045"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0085-out.nq>; @@ -9367,10 +14463,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9388,7 +14491,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Free-floating nodes are removed"; dc:description """RDF version of expand-0046"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0086-out.nq>; @@ -9406,10 +14509,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9427,7 +14537,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Remove free-floating set values and lists"; dc:description """RDF version of expand-0047"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0087-out.nq>; @@ -9445,10 +14555,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9466,7 +14583,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Terms are ignored in @id"; dc:description """RDF version of expand-0048"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0088-out.nq>; @@ -9484,10 +14601,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9505,7 +14629,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Using strings as value of a reverse property"; dc:description """RDF version of expand-0049"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0089-out.nq>; @@ -9523,10 +14647,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9544,7 +14675,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Term definitions with prefix separate from prefix definitions"; dc:description """RDF version of expand-0050"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0090-out.nq>; @@ -9562,10 +14693,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9583,7 +14721,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expansion of keyword aliases in term definitions"; dc:description """RDF version of expand-0051"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0091-out.nq>; @@ -9601,10 +14739,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9622,7 +14767,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "@vocab-relative IRIs in term definitions"; dc:description """RDF version of expand-0052"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0092-out.nq>; @@ -9640,10 +14785,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9661,7 +14813,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand absolute IRI with @type: @vocab"; dc:description """RDF version of expand-0053"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0093-out.nq>; @@ -9679,10 +14831,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9700,7 +14859,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand term with @type: @vocab"; dc:description """RDF version of expand-0054"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0094-out.nq>; @@ -9718,10 +14877,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9739,7 +14905,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand @vocab-relative term with @type: @vocab"; dc:description """RDF version of expand-0055"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0095-out.nq>; @@ -9757,10 +14923,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9778,7 +14951,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Use terms with @type: @vocab but not with @type: @id"; dc:description """RDF version of expand-0056"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0096-out.nq>; @@ -9796,10 +14969,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9817,7 +14997,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand relative IRI with @type: @vocab"; dc:description """RDF version of expand-0057"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0097-out.nq>; @@ -9835,10 +15015,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9856,7 +15043,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand compact IRI with @type: @vocab"; dc:description """RDF version of expand-0058"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0098-out.nq>; @@ -9874,10 +15061,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9895,7 +15089,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Reset @vocab by setting it to null"; dc:description """RDF version of expand-0059"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0099-out.nq>; @@ -9913,10 +15107,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9934,7 +15135,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Overwrite document base with @base and reset it again"; dc:description """RDF version of expand-0060"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0100-out.nq>; @@ -9952,10 +15153,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -9973,7 +15181,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Coercing native types to arbitrary datatypes"; dc:description """RDF version of expand-0061"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0101-out.nq>; @@ -9991,10 +15199,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10012,7 +15227,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Various relative IRIs with with @base"; dc:description """RDF version of expand-0062"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0102-out.nq>; @@ -10030,10 +15245,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10051,7 +15273,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand a reverse property with an index-container"; dc:description """RDF version of expand-0063"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0103-out.nq>; @@ -10069,10 +15291,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10090,7 +15319,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Expand reverse property whose values are unlabeled blank nodes"; dc:description """RDF version of expand-0064"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0104-out.nq>; @@ -10108,10 +15337,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10129,7 +15365,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Keys that are not mapped to an IRI in a reverse-map are dropped"; dc:description """RDF version of expand-0065"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0105-out.nq>; @@ -10147,10 +15383,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10168,7 +15411,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Use @vocab to expand keys in reverse-maps"; dc:description """RDF version of expand-0066"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0106-out.nq>; @@ -10186,10 +15429,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10207,7 +15457,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "prefix:://sufffix not a compact IRI"; dc:description """RDF version of expand-0067"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0107-out.nq>; @@ -10225,10 +15475,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10246,7 +15503,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "_::sufffix not a compact IRI"; dc:description """RDF version of expand-0068"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0108-out.nq>; @@ -10264,10 +15521,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10285,7 +15549,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Compact IRI as term with type mapping"; dc:description """RDF version of expand-0069"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0109-out.nq>; @@ -10303,10 +15567,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10324,7 +15595,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Redefine compact IRI with itself"; dc:description """RDF version of expand-0070"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0110-out.nq>; @@ -10342,10 +15613,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10363,7 +15641,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Redefine terms looking like compact IRIs"; dc:description """RDF version of expand-0071"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0111-out.nq>; @@ -10381,10 +15659,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10402,7 +15687,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ToRDFTest>; +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; dc:title "Redefine term using @vocab, not itself"; dc:description """RDF version of expand-0072"""@en; mf:result <http://json-ld.org/test-suite/tests/toRdf-0112-out.nq>; @@ -10420,10 +15705,17 @@ earl:mode earl:automatic; earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] [ a earl:Assertion; earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112>; earl:subject <https://github.com/digitalbazaar/php-json-ld>; @@ -10441,3322 +15733,228 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested ]] ) . -<http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ApiErrorTest>; - dc:title "Keywords cannot be aliased to other keywords"; - dc:description """Verifies that an exception callback is invoked when aliasing a keyword to another keyword"""@en; - mf:result <http://json-ld.org/test-suite/tests/keyword redefinition>; - mf:action <http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:semiAuto; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "drop free-floating nodes"; - dc:description """Expand drops unreferenced nodes having only @id"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0001-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0001-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "basic"; - dc:description """Expanding terms with different types of values"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0002-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0002-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "drop null and unmapped properties"; - dc:description """Verifies that null values and unmapped properties are removed from expanded output"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0003-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0003-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "optimize @set, keep empty arrays"; - dc:description """Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0004-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0004-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "do not expand aliased @id/@type"; - dc:description """If a keyword is aliased, it is not used when expanding"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0005-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0005-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "alias keywords"; - dc:description """Aliased keywords expand in resulting document"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0006-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0006-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "date type-coercion"; - dc:description """Expand strings to expanded value with @type: xsd:dateTime"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0007-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0007-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@value with @language"; - dc:description """Keep expanded values with @language, drop non-conforming value objects containing just @language"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0008-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0008-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@graph with terms"; - dc:description """Use of @graph to contain multiple nodes within array"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0009-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0009-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "native types"; - dc:description """Expanding native scalar retains native scalar within expanded value"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0010-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0010-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "coerced @id"; - dc:description """A value of a property with @type: @id coercion expands to a node reference"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0011-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0011-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@graph with embed"; - dc:description """Use of @graph to contain multiple nodes within array"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0012-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0012-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "expand already expanded"; - dc:description """Expand does not mess up already expanded document"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0013-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0013-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@set of @value objects with keyword aliases"; - dc:description """Expanding aliased @set and @value"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0014-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0014-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "collapse set of sets, keep empty lists"; - dc:description """An array of multiple @set nodes are collapsed into a single array"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0015-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0015-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "context reset"; - dc:description """Setting @context to null within an embedded object resets back to initial context state"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0016-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0016-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@graph and @id aliased"; - dc:description """Expanding with @graph and @id aliases"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0017-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0017-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "override default @language"; - dc:description """override default @language in terms; only language-tag strings"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0018-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0018-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "remove @value = null"; - dc:description """Expanding a value of null removes the value"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0019-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0019-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "do not remove @graph if not at top-level"; - dc:description """@graph used under a node is retained"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0020-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0020-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "do not remove @graph at top-level if not only property"; - dc:description """@graph used at the top level is retained if there are other properties"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0021-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0021-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "expand value with default language"; - dc:description """Expanding with a default language applies that language to string values"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0022-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0022-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expanding list/set with coercion"; - dc:description """Expanding lists and sets with properties having coercion coerces list/set values"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0023-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0023-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Multiple contexts"; - dc:description """Tests that contexts in an array are merged"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0024-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0024-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Problematic IRI expansion tests"; - dc:description """Expanding different kinds of terms and Compact IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0025-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0025-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Term definition with @id: @type"; - dc:description """Expanding term mapping to @type uses @type syntax"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0026-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0026-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Duplicate values in @list and @set"; - dc:description """Duplicate values in @list and @set are not merged"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0027-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0027-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Use @vocab in properties and @type but not in @id"; - dc:description """@vocab is used to compact properties and @type, but is not used for @id"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0028-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0028-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Relative IRIs"; - dc:description """@base is used to compact @id; test with different relative IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0029-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0029-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Language maps"; - dc:description """Language Maps expand values to include @language"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0030-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0030-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "type-coercion of native types"; - dc:description """Expanding native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0031-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0031-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Null term and @vocab"; - dc:description """Mapping a term to null decouples it from @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0032-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0032-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Using @vocab with with type-coercion"; - dc:description """Verifies that terms can be defined using @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0033-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0033-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Multiple properties expanding to the same IRI"; - dc:description """Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0034-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0034-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Language maps with @vocab, default language, and colliding property"; - dc:description """Pathological tests of language maps"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0035-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0035-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expanding @index"; - dc:description """Expanding index maps for terms defined with @container: @index"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0036-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0036-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expanding @reverse"; - dc:description """Expanding @reverse keeps @reverse"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0037-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0037-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expanding blank node labels"; - dc:description """Blank nodes are not relabeled during expansion"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0038-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0038-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Using terms in a reverse-maps"; - dc:description """Terms within @reverse are expanded"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0039-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0039-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "language and index expansion on non-objects"; - dc:description """Only invoke language and index map expansion if the value is a JSON object"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0040-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0040-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@language: null resets the default language"; - mf:result <http://json-ld.org/test-suite/tests/expand-0041-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0041-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Reverse properties"; - dc:description """Expanding terms defined as reverse properties uses @reverse in expanded document"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0042-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0042-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Using reverse properties inside a @reverse-container"; - dc:description """Expanding a reverse property within a @reverse undoes both reversals"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0043-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0043-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Index maps with language mappings"; - dc:description """Ensure index maps use language mapping"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0044-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0044-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Top-level value objects"; - dc:description """Expanding top-level value objects causes them to be removed"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0045-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0045-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Free-floating nodes"; - dc:description """Expanding free-floating nodes causes them to be removed"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0046-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0046-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Free-floating values in sets and free-floating lists"; - dc:description """Free-floating values in sets are removed, free-floating lists are removed completely"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0047-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0047-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Terms are ignored in @id"; - dc:description """Values of @id are not expanded as terms"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0048-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0048-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "String values of reverse properties"; - dc:description """String values of a reverse property with @type: @id are treated as IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0049-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0049-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Term definitions with prefix separate from prefix definitions"; - dc:description """Term definitions using compact IRIs don't inherit the definitions of the prefix"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0050-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0050-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expansion of keyword aliases in term definitions"; - dc:description """Expanding terms which are keyword aliases"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0051-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0051-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@vocab-relative IRIs in term definitions"; - dc:description """If @vocab is defined, term definitions are expanded relative to @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0052-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0052-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expand absolute IRI with @type: @vocab"; - dc:description """Expanding values of properties of @type: @vocab does not further expand absolute IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0053-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0053-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expand term with @type: @vocab"; - dc:description """Expanding values of properties of @type: @vocab does not expand term values"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0054-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0054-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expand @vocab-relative term with @type: @vocab"; - dc:description """Expanding values of properties of @type: @vocab expands relative IRIs using @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0055-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0055-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Use terms with @type: @vocab but not with @type: @id"; - dc:description """Checks that expansion uses appropriate base depending on term definition having @type @id or @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0056-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0056-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expand relative IRI with @type: @vocab"; - dc:description """Relative values of terms with @type: @vocab expand relative to @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0057-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0057-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Expand compact IRI with @type: @vocab"; - dc:description """Compact IRIs are expanded normally even if term has @type: @vocab"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0058-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0058-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Reset @vocab by setting it to null"; - dc:description """Setting @vocab to null removes a previous definition"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0059-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0059-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Overwrite document base with @base and reset it again"; - dc:description """Setting @base to an IRI and then resetting it to nil"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0060-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0060-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Coercing native types to arbitrary datatypes"; - dc:description """Expanding native types when coercing to arbitrary datatypes"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0061-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0061-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Various relative IRIs with with @base"; - dc:description """Pathological relative IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0062-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0062-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Reverse property and index container"; - dc:description """Expaning reverse properties with an index-container"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0063-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0063-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "bnode values of reverse properties"; - dc:description """Expand reverse property whose values are unlabeled blank nodes"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0064-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0064-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Drop unmapped keys in reverse map"; - dc:description """Keys that are not mapped to an IRI in a reverse-map are dropped"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0065-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0065-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Reverse-map keys with @vocab"; - dc:description """Expand uses @vocab to expand keys in reverse-maps"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0066-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0066-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "prefix://suffix not a compact IRI"; - dc:description """prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0067-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0067-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "_:suffix values are not a compact IRI"; - dc:description """prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0068-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0068-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Compact IRI as term with type mapping"; - dc:description """Redefine compact IRI to define type mapping using the compact IRI itself as value of @id"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0069-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0069-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Compact IRI as term defined using equivalent compact IRI"; - dc:description """Redefine compact IRI to define type mapping using the compact IRI itself as string value"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0070-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0070-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Redefine terms looking like compact IRIs"; - dc:description """Term definitions may look like compact IRIs"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0071-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0071-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "Redefine term using @vocab, not itself"; - dc:description """Redefining a term as itself when @vocab is defined uses @vocab, not previous term definition"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0072-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0072-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:assertedBy <http://tristan.github.com/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <https://github.com/dlongley>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:assertedBy <http://me.markus-lanthaler.com/>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@context not first property"; - dc:description """Objects are unordered, so serialized node definition containing @context may have @context at the end of the node definition"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0073-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0073-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@id not first property"; - dc:description """Objects are unordered, so serialized node definition containing @id may have @id at the end of the node definition"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0074-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0074-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - -<http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075> a earl:TestCriterion, earl:TestCase, <http://json-ld.org/test-suite/vocab#ExpandTest>; - dc:title "@vocab as blank node identifier"; - dc:description """Use @vocab to map all properties to blank node identifiers"""@en; - mf:result <http://json-ld.org/test-suite/tests/expand-0075-out.jsonld>; - mf:action <http://json-ld.org/test-suite/tests/expand-0075-in.jsonld>; - earl:assertions ( - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; - earl:subject <http://github.com/jsonld-java/jsonld-java>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:assertedBy <http://greggkellogg.net/foaf#me>; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; - earl:subject <http://rubygems.org/gems/json-ld>; - earl:mode earl:automatic; - earl:result [ a earl:TestResult; earl:outcome earl:passed ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; - earl:subject <https://github.com/digitalbazaar/jsonld.js>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; - earl:subject <https://github.com/digitalbazaar/php-json-ld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; - earl:subject <https://github.com/digitalbazaar/pyld>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - [ a earl:Assertion; - earl:test <http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075>; - earl:subject <https://github.com/lanthaler/JsonLD>; - earl:mode earl:notAvailable; - earl:result [ a earl:TestResult; earl:outcome earl:untested ]] - ) . - +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; + dc:title "Dataset with a IRI named graph"; + dc:description """Basic use of creating a named graph using an IRI name"""@en; + mf:result <http://json-ld.org/test-suite/tests/toRdf-0113-out.nq>; + mf:action <http://json-ld.org/test-suite/tests/toRdf-0113-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; + dc:title "Dataset with a IRI named graph"; + dc:description """Basic use of creating a named graph using a BNode name"""@en; + mf:result <http://json-ld.org/test-suite/tests/toRdf-0114-out.nq>; + mf:action <http://json-ld.org/test-suite/tests/toRdf-0114-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; + dc:title "Dataset with a default and two named graphs"; + dc:description """Dataset with a default and two named graphs (IRI and BNode)"""@en; + mf:result <http://json-ld.org/test-suite/tests/toRdf-0115-out.nq>; + mf:action <http://json-ld.org/test-suite/tests/toRdf-0115-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; + dc:title "Dataset from node with embedded named graph"; + dc:description """Embedding @graph in a node creates a named grqph"""@en; + mf:result <http://json-ld.org/test-suite/tests/toRdf-0116-out.nq>; + mf:action <http://json-ld.org/test-suite/tests/toRdf-0116-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . + +<http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest; + dc:title "Dataset from node with embedded named graph (bnode)"; + dc:description """Embedding @graph in a node creates a named grqph. Graph name is created if there is no subject"""@en; + mf:result <http://json-ld.org/test-suite/tests/toRdf-0117-out.nq>; + mf:action <http://json-ld.org/test-suite/tests/toRdf-0117-in.jsonld>; + earl:assertions ( + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <http://github.com/jsonld-java/jsonld-java>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <http://rubygems.org/gems/json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#browser>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:assertedBy <https://github.com/dlongley>; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <https://github.com/digitalbazaar/jsonld.js#node.js>; + earl:mode earl:automatic; + earl:result [ a earl:TestResult; earl:outcome earl:passed ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <https://github.com/digitalbazaar/php-json-ld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <https://github.com/digitalbazaar/pyld>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + [ a earl:Assertion; + earl:test <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117>; + earl:subject <https://github.com/lanthaler/JsonLD>; + earl:mode earl:notAvailable; + earl:result [ a earl:TestResult; earl:outcome earl:untested ]] + ) . +
--- a/test-suite/reports/index.html Fri Aug 23 13:30:46 2013 -0400 +++ b/test-suite/reports/index.html Fri Aug 23 14:00:13 2013 -0400 @@ -27,7 +27,7 @@ shortName: "json-ld-earl", //subtitle: "JSON-LD Implementation Conformance Report", // if you wish the publication date to be other than today, set this - publishDate: "2013/08/21", + publishDate: "2013/08/23", // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date // and its maturity status @@ -185,9 +185,8 @@ <h2> Test Manifests </h2> - <section resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld' typeof='earl:Report mf:Manifest'> - <h2 property='dc:title mf:name'>Compaction</h2> - <p property='rdfs:comment'>JSON-LD compaction tests use object comparison.</p> + <section resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld' typeof='earl:Report mf:Manifest'> + <h2 property='dc:title mf:name'>Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison.</h2> <table class='report'> <tr> <th> @@ -200,4951 +199,19 @@ <a href='#subj_1'>JSON::LD</a> </th> <th> - <a href='#subj_2'>jsonld.js</a> - </th> - <th> - <a href='#subj_3'>php-json-ld</a> - </th> - <th> - <a href='#subj_4'>PyLD</a> - </th> - <th> - <a href='#subj_5'>JsonLD</a> - </th> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_93ad3a29f73e4ef2dbd8fb48ae24e8e5'>Test 0001: drop free-floating nodes</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_74ff426e62cb655f04c7601c2b716f6b'>Test 0002: basic</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_c58a57f5dcde984e08ff0db60dd82c8a'>Test 0003: drop null and unmapped properties</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_b2ec50e776a8c9e90a19f025a23ecac8'>Test 0004: optimize @set, keep empty arrays</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_98d4de8a4c1053d6bc273636e09e4125'>Test 0005: @type and prefix compaction</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_aa190ce1abd38bc35c96f6260bda5bd4'>Test 0006: keep expanded object format if @type doesn't match</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_3e650c27f1f3fa50609bb34665e49489'>Test 0007: add context</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_aa2eb428f245dccc8193e03bc7a2a0b7'>Test 0008: alias keywords</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_a62e8f91f39902f98b47f6c4ef7fbd0c'>Test 0009: compact @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_72b472378ca02f14d0eb00a32bf4efcc'>Test 0010: array to @graph</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_5074d54219f8ce3b6353daca900daf18'>Test 0011: compact date</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_7342d2e732e5e4bcf3a2fb9960661ef6'>Test 0012: native types</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_09403ebc1638341c83d0158a95bf49d0'>Test 0013: @value with @language</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_c3cdc5289ff48fa05f258c843a92aa74'>Test 0014: array to aliased @graph</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_afda9bd5042e0621be02eb4491116092'>Test 0015: best match compaction</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_5416c960134b2fa1ccd86b3ac1291909'>Test 0016: recursive named graphs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_ff6db49e0b4a231b4b7e40a7afbec508'>Test 0017: A term mapping to null removes the mapping</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_cc627c31b78f7363e496c2d5c897d1ee'>Test 0018: best matching term for lists</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_197c262422a42fb8e31580fa0ce085f6'>Test 0019: Keep duplicate values in @list and @set</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_2152578626de0491551a7c2a916eb5cc'>Test 0020: Compact @id that is a property IRI when @container is @list</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_9f33db0bf4b4f931664fad206d3fb7be'>Test 0021: Compact properties and types using @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_a00b10c77d427d79aa4ad5702dfdcc16'>Test 0022: @list compaction of nested properties</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_2c6917193d17ce8809137aa3ce5176de'>Test 0023: prefer @vocab over compacted IRIs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_b48c4606a9d25ba783ccd824f7150676'>Test 0024: most specific term matching in @list.</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_b99b88f2d1b083516b845e805e4797b0'>Test 0025: Language maps</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_3058c5e63bfc3f309508f7417e0755f9'>Test 0026: Language map term selection with complications</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_fd2fa42f413cf0ba6f84625deebffe9c'>Test 0027: @container: @set with multiple values</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_9b8a5ab8d592fc5f2023957897b97dee'>Test 0028: Alias keywords and use @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_6b7c8ce68ac320628026758e35cc0ef6'>Test 0029: Simple @index map</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_66e3b3759f7385d93b4fcc86c1e89067'>Test 0030: non-matching @container: @index</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_f1c538f7f803667dcc3a69ac021f11a0'>Test 0031: Compact @reverse</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_60028f5d635a52cb78ac05d2534efc6b'>Test 0032: Compact keys in reverse-maps</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_833bc5959a1f60a8d2bb0f9cfe833b06'>Test 0033: Compact reverse-map to reverse property</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_54f8921abf11dd76bebc37d96d55948e'>Test 0034: Skip property with @reverse if no match</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_fb74f308e3e7010a8ef13ffb7a9ba0ff'>Test 0035: Compact @reverse node references using strings</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_2010bd880f8f33d0e83aa72f9599b440'>Test 0036: Compact reverse properties using index containers</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_91a7e9763a01597637e9abd340dabcea'>Test 0037: Compact keys in @reverse using @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_7265ed4dc7fe7e1ec19c2f0928a7d0de'>Test 0038: Index map round-tripping</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_496e5379236609c2ed44a0e04a62a670'>Test 0039: @graph is array</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_af3325e100a2c4ae8c156dfbae16c78d'>Test 0040: @list is array</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_b00114d1cdace47206197896ff18d7e7'>Test 0041: index rejects term having @list</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_9d6c8c763b305984bb26e19c2b1849b2'>Test 0042: @list keyword aliasing</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_bdc836347bd20baaa864abee1ef220eb'>Test 0043: select term over @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_9341e9890090ed8a246193064595b04d'>Test 0044: @type: @vocab in reverse-map</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_dd541176d440755ef57a8d2eae3d510d'>Test 0045: @id value uses relative IRI, not term</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_68f38b377590858b232035a4cae50d41'>Test 0046: multiple objects without @context use @graph</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_061afa28cd948f725dadc5c4f27531c8'>Test 0047: Round-trip relative URLs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_ef26db741d540016dc19ee1a259a912e'>Test 0048: term with @language: null</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_afe80f1e6c01dc461bf52ebb0acf2966'>Test 0049: Round tripping of lists that contain just IRIs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_a13306d2661cb2e1fbcb7bcf503518e9'>Test 0050: Reverse properties require @type: @id to use string values</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_c00230a11751a99e5409040285a797a5'>Test 0051: Round tripping @list with scalar</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_168ec8dc8dc541ca9cc49cb41e91a3aa'>Test 0052: Round tripping @list with scalar and @graph alias</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_6a4df87e8628121270f063f27441cab4'>Test 0053: Use @type: @vocab if no @type: @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_e6fdc26253e467f4e03567a725b6b05c'>Test 0054: Compact to @type: @vocab and compact @id to term</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_50597720d146091f90277cd920c9ad89'>Test 0055: Round tripping @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_3b8d74fa66adac7517df7494ea97ba1a'>Test 0056: Prefer @type: @vocab over @type: @id for terms</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_66eda03a24597b9b5d01074b8685833a'>Test 0057: Complex round tripping @type: @vocab and @type: @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_9f5eab330d91a46888f7dd9f7f737743'>Test 0058: Prefer @type: @id over @type: @vocab for non-terms</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_b851c4a9e5338a82e8196dcdda8b41c2'>Test 0059: Term with @type: @vocab if no @type: @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_db953e9b4e55427f92628d9c1682ec96'>Test 0060: Term with @type: @id if no @type: @vocab and term value</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_b5a248b93788f1eef7c0cf2928ba264c'>Test 0061: @type: @vocab/@id with values matching either</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_8ae215b4aa0f3c1578e20a580d6dfe75'>Test 0062: @type: @vocab and relative IRIs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_7e52a56a5c183b798bca7913bcf10c3c'>Test 0063: Compact IRI round-tripping with @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_29d53a0d46dfeab071594f98b4e7a9de'>Test 0064: Compact language-tagged and indexed strings to index-map</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_c03a65664262daab1e3a3b9242ba0d13'>Test 0065: Language-tagged and indexed strings with language-map</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_fbf0f626a4e13e03cf5f23664462da80'>Test 0066: Relative IRIs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_63ffc6fd4929cfa6da5a87f173750760'>Test 0067: Reverse properties with blank nodes</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_84e0ce3983b7c7e994b0090e3e3fd560'>Test 0068: Single value reverse properties</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> - <td> - <a href='#test_a7d1cd55d6d55938e21a49d682e5acf0'>Test 0069: Single value reverse properties with @set</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr class='summary'> - <td> - Percentage passed out of 69 Tests - </td> - <td class='passed-most'> - 95.7% - </td> - <td class='passed-all'> - 100.0% - </td> - <td class='passed-most'> - 95.7% - </td> - <td class='passed-most'> - 95.7% - </td> - <td class='passed-most'> - 95.7% - </td> - <td class='passed-some'> - 94.2% - </td> - </tr> - </table> - </section> - <section resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld' typeof='earl:Report mf:Manifest'> - <h2 property='dc:title mf:name'>Deserialize RDF to JSON-LD</h2> - <p property='rdfs:comment'>Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison.</p> - <table class='report'> - <tr> - <th> - Test - </th> - <th> - <a href='#subj_0'>JSONLD-Java</a> - </th> - <th> - <a href='#subj_1'>JSON::LD</a> - </th> - <th> - <a href='#subj_2'>jsonld.js</a> - </th> - <th> - <a href='#subj_3'>php-json-ld</a> - </th> - <th> - <a href='#subj_4'>PyLD</a> - </th> - <th> - <a href='#subj_5'>JsonLD</a> + <a href='#subj_2'>jsonld.js browser</a> + </th> + <th> + <a href='#subj_3'>jsonld.js node.js</a> + </th> + <th> + <a href='#subj_4'>php-json-ld</a> + </th> + <th> + <a href='#subj_5'>PyLD</a> + </th> + <th> + <a href='#subj_6'>JsonLD</a> </th> </tr> <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FromRDFTest'> @@ -5176,7 +243,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5247,7 +325,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5318,7 +407,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5389,7 +489,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5460,7 +571,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5531,7 +653,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5602,7 +735,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5673,7 +817,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5743,7 +898,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5813,7 +979,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5883,7 +1060,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -5953,7 +1141,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6023,7 +1222,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6093,7 +1303,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6163,7 +1384,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6229,13 +1461,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -6295,13 +1539,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -6346,8 +1602,11 @@ <td class='passed-all'> 100.0% </td> - <td class='passed-some'> - 88.2% + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% </td> <td class='passed-some'> 88.2% @@ -6361,9 +1620,8 @@ </tr> </table> </section> - <section resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld' typeof='earl:Report mf:Manifest'> - <h2 property='dc:title mf:name'>Flattening</h2> - <p property='rdfs:comment'>JSON-LD flattening tests use object comparison.</p> + <section resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld' typeof='earl:Report mf:Manifest'> + <h2 property='dc:title mf:name'>JSON-LD compaction tests use object comparison.</h2> <table class='report'> <tr> <th> @@ -6376,16 +1634,5721 @@ <a href='#subj_1'>JSON::LD</a> </th> <th> - <a href='#subj_2'>jsonld.js</a> - </th> - <th> - <a href='#subj_3'>php-json-ld</a> - </th> - <th> - <a href='#subj_4'>PyLD</a> - </th> - <th> - <a href='#subj_5'>JsonLD</a> + <a href='#subj_2'>jsonld.js browser</a> + </th> + <th> + <a href='#subj_3'>jsonld.js node.js</a> + </th> + <th> + <a href='#subj_4'>php-json-ld</a> + </th> + <th> + <a href='#subj_5'>PyLD</a> + </th> + <th> + <a href='#subj_6'>JsonLD</a> + </th> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_93ad3a29f73e4ef2dbd8fb48ae24e8e5'>Test 0001: drop free-floating nodes</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_74ff426e62cb655f04c7601c2b716f6b'>Test 0002: basic</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_c58a57f5dcde984e08ff0db60dd82c8a'>Test 0003: drop null and unmapped properties</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_b2ec50e776a8c9e90a19f025a23ecac8'>Test 0004: optimize @set, keep empty arrays</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_98d4de8a4c1053d6bc273636e09e4125'>Test 0005: @type and prefix compaction</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_aa190ce1abd38bc35c96f6260bda5bd4'>Test 0006: keep expanded object format if @type doesn't match</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_3e650c27f1f3fa50609bb34665e49489'>Test 0007: add context</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_aa2eb428f245dccc8193e03bc7a2a0b7'>Test 0008: alias keywords</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_a62e8f91f39902f98b47f6c4ef7fbd0c'>Test 0009: compact @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_72b472378ca02f14d0eb00a32bf4efcc'>Test 0010: array to @graph</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_5074d54219f8ce3b6353daca900daf18'>Test 0011: compact date</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_7342d2e732e5e4bcf3a2fb9960661ef6'>Test 0012: native types</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_09403ebc1638341c83d0158a95bf49d0'>Test 0013: @value with @language</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_c3cdc5289ff48fa05f258c843a92aa74'>Test 0014: array to aliased @graph</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_afda9bd5042e0621be02eb4491116092'>Test 0015: best match compaction</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_5416c960134b2fa1ccd86b3ac1291909'>Test 0016: recursive named graphs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_ff6db49e0b4a231b4b7e40a7afbec508'>Test 0017: A term mapping to null removes the mapping</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_cc627c31b78f7363e496c2d5c897d1ee'>Test 0018: best matching term for lists</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_197c262422a42fb8e31580fa0ce085f6'>Test 0019: Keep duplicate values in @list and @set</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_2152578626de0491551a7c2a916eb5cc'>Test 0020: Compact @id that is a property IRI when @container is @list</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_9f33db0bf4b4f931664fad206d3fb7be'>Test 0021: Compact properties and types using @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_a00b10c77d427d79aa4ad5702dfdcc16'>Test 0022: @list compaction of nested properties</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_2c6917193d17ce8809137aa3ce5176de'>Test 0023: prefer @vocab over compacted IRIs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_b48c4606a9d25ba783ccd824f7150676'>Test 0024: most specific term matching in @list.</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_b99b88f2d1b083516b845e805e4797b0'>Test 0025: Language maps</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_3058c5e63bfc3f309508f7417e0755f9'>Test 0026: Language map term selection with complications</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_fd2fa42f413cf0ba6f84625deebffe9c'>Test 0027: @container: @set with multiple values</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_9b8a5ab8d592fc5f2023957897b97dee'>Test 0028: Alias keywords and use @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_6b7c8ce68ac320628026758e35cc0ef6'>Test 0029: Simple @index map</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_66e3b3759f7385d93b4fcc86c1e89067'>Test 0030: non-matching @container: @index</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_f1c538f7f803667dcc3a69ac021f11a0'>Test 0031: Compact @reverse</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_60028f5d635a52cb78ac05d2534efc6b'>Test 0032: Compact keys in reverse-maps</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_833bc5959a1f60a8d2bb0f9cfe833b06'>Test 0033: Compact reverse-map to reverse property</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_54f8921abf11dd76bebc37d96d55948e'>Test 0034: Skip property with @reverse if no match</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_fb74f308e3e7010a8ef13ffb7a9ba0ff'>Test 0035: Compact @reverse node references using strings</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_2010bd880f8f33d0e83aa72f9599b440'>Test 0036: Compact reverse properties using index containers</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_91a7e9763a01597637e9abd340dabcea'>Test 0037: Compact keys in @reverse using @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_7265ed4dc7fe7e1ec19c2f0928a7d0de'>Test 0038: Index map round-tripping</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_496e5379236609c2ed44a0e04a62a670'>Test 0039: @graph is array</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_af3325e100a2c4ae8c156dfbae16c78d'>Test 0040: @list is array</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_b00114d1cdace47206197896ff18d7e7'>Test 0041: index rejects term having @list</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_9d6c8c763b305984bb26e19c2b1849b2'>Test 0042: @list keyword aliasing</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_bdc836347bd20baaa864abee1ef220eb'>Test 0043: select term over @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_9341e9890090ed8a246193064595b04d'>Test 0044: @type: @vocab in reverse-map</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_dd541176d440755ef57a8d2eae3d510d'>Test 0045: @id value uses relative IRI, not term</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_68f38b377590858b232035a4cae50d41'>Test 0046: multiple objects without @context use @graph</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_061afa28cd948f725dadc5c4f27531c8'>Test 0047: Round-trip relative URLs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_ef26db741d540016dc19ee1a259a912e'>Test 0048: term with @language: null</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_afe80f1e6c01dc461bf52ebb0acf2966'>Test 0049: Round tripping of lists that contain just IRIs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_a13306d2661cb2e1fbcb7bcf503518e9'>Test 0050: Reverse properties require @type: @id to use string values</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_c00230a11751a99e5409040285a797a5'>Test 0051: Round tripping @list with scalar</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_168ec8dc8dc541ca9cc49cb41e91a3aa'>Test 0052: Round tripping @list with scalar and @graph alias</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_6a4df87e8628121270f063f27441cab4'>Test 0053: Use @type: @vocab if no @type: @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_e6fdc26253e467f4e03567a725b6b05c'>Test 0054: Compact to @type: @vocab and compact @id to term</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_50597720d146091f90277cd920c9ad89'>Test 0055: Round tripping @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_3b8d74fa66adac7517df7494ea97ba1a'>Test 0056: Prefer @type: @vocab over @type: @id for terms</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_66eda03a24597b9b5d01074b8685833a'>Test 0057: Complex round tripping @type: @vocab and @type: @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_9f5eab330d91a46888f7dd9f7f737743'>Test 0058: Prefer @type: @id over @type: @vocab for non-terms</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_b851c4a9e5338a82e8196dcdda8b41c2'>Test 0059: Term with @type: @vocab if no @type: @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_db953e9b4e55427f92628d9c1682ec96'>Test 0060: Term with @type: @id if no @type: @vocab and term value</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_b5a248b93788f1eef7c0cf2928ba264c'>Test 0061: @type: @vocab/@id with values matching either</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_8ae215b4aa0f3c1578e20a580d6dfe75'>Test 0062: @type: @vocab and relative IRIs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_7e52a56a5c183b798bca7913bcf10c3c'>Test 0063: Compact IRI round-tripping with @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_29d53a0d46dfeab071594f98b4e7a9de'>Test 0064: Compact language-tagged and indexed strings to index-map</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_c03a65664262daab1e3a3b9242ba0d13'>Test 0065: Language-tagged and indexed strings with language-map</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_fbf0f626a4e13e03cf5f23664462da80'>Test 0066: Relative IRIs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_63ffc6fd4929cfa6da5a87f173750760'>Test 0067: Reverse properties with blank nodes</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_84e0ce3983b7c7e994b0090e3e3fd560'>Test 0068: Single value reverse properties</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#CompactTest'> + <td> + <a href='#test_a7d1cd55d6d55938e21a49d682e5acf0'>Test 0069: Single value reverse properties with @set</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr class='summary'> + <td> + Percentage passed out of 69 Tests + </td> + <td class='passed-most'> + 95.7% + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-most'> + 95.7% + </td> + <td class='passed-most'> + 95.7% + </td> + <td class='passed-some'> + 94.2% + </td> + </tr> + </table> + </section> + <section resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld' typeof='earl:Report mf:Manifest'> + <h2 property='dc:title mf:name'>JSON-LD flattening tests use object comparison.</h2> + <table class='report'> + <tr> + <th> + Test + </th> + <th> + <a href='#subj_0'>JSONLD-Java</a> + </th> + <th> + <a href='#subj_1'>JSON::LD</a> + </th> + <th> + <a href='#subj_2'>jsonld.js browser</a> + </th> + <th> + <a href='#subj_3'>jsonld.js node.js</a> + </th> + <th> + <a href='#subj_4'>php-json-ld</a> + </th> + <th> + <a href='#subj_5'>PyLD</a> + </th> + <th> + <a href='#subj_6'>JsonLD</a> </th> </tr> <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#FlattenTest'> @@ -6417,7 +7380,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6488,7 +7462,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6559,7 +7544,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6630,7 +7626,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6701,7 +7708,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6772,7 +7790,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6843,7 +7872,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6914,7 +7954,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -6985,7 +8036,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7056,7 +8118,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7127,7 +8200,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7198,7 +8282,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7269,7 +8364,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7340,7 +8446,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7411,7 +8528,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7482,7 +8610,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7553,7 +8692,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7624,7 +8774,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7695,7 +8856,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7766,7 +8938,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7837,7 +9020,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7908,7 +9102,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -7979,7 +9184,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8050,7 +9266,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8121,7 +9348,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8192,7 +9430,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8263,7 +9512,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8334,7 +9594,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8405,7 +9676,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8476,7 +9758,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8547,7 +9840,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8618,7 +9922,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8689,7 +10004,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8760,7 +10086,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8831,7 +10168,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8902,7 +10250,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -8973,7 +10332,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9044,7 +10414,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9115,7 +10496,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9186,7 +10578,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9257,7 +10660,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9328,7 +10742,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9395,13 +10820,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -9446,8 +10883,11 @@ <td class='passed-all'> 100.0% </td> - <td class='passed-most'> - 97.7% + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% </td> <td class='passed-most'> 97.7% @@ -9461,9 +10901,8 @@ </tr> </table> </section> - <section resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld' typeof='earl:Report mf:Manifest'> - <h2 property='dc:title mf:name'>Serialization to RDF</h2> - <p property='rdfs:comment'>JSON-LD to RDF tests generate N-Quads output and use string comparison.</p> + <section resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld' typeof='earl:Report mf:Manifest'> + <h2 property='dc:title mf:name'>JSON-LD to Expansion tests use object compare</h2> <table class='report'> <tr> <th> @@ -9476,16 +10915,6264 @@ <a href='#subj_1'>JSON::LD</a> </th> <th> - <a href='#subj_2'>jsonld.js</a> - </th> - <th> - <a href='#subj_3'>php-json-ld</a> - </th> - <th> - <a href='#subj_4'>PyLD</a> - </th> - <th> - <a href='#subj_5'>JsonLD</a> + <a href='#subj_2'>jsonld.js browser</a> + </th> + <th> + <a href='#subj_3'>jsonld.js node.js</a> + </th> + <th> + <a href='#subj_4'>php-json-ld</a> + </th> + <th> + <a href='#subj_5'>PyLD</a> + </th> + <th> + <a href='#subj_6'>JsonLD</a> + </th> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_30400bd733cda10ec34b060e31bee342'>Test 0001: drop free-floating nodes</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_8c412a36834c515309821805111f3170'>Test 0002: basic</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_6fb15d01d55e323c1d40c908af0025cf'>Test 0003: drop null and unmapped properties</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_46ca05e212eb3f5df12a5ce1240d1a1d'>Test 0004: optimize @set, keep empty arrays</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_b508ab4f88c7b5481c2cf64e2737b30f'>Test 0005: do not expand aliased @id/@type</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_64ebeef021e3a1db53968ce489eb7667'>Test 0006: alias keywords</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_1c8bfb88b1e97399a84e0e23cb10e40b'>Test 0007: date type-coercion</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_639f33a04dbd664474ab488f891c5496'>Test 0008: @value with @language</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_fc3e08bc600239177804ec8be79b64fd'>Test 0009: @graph with terms</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_c44d7caa68a769857cd333691253bef4'>Test 0010: native types</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_ab6ef2da0eed998d968827642bfc4c7b'>Test 0011: coerced @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_43239674aca32af2715ec3d69cbac162'>Test 0012: @graph with embed</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_d9b2850b69f56067af4ec560432f024d'>Test 0013: expand already expanded</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_131dee302981a63e9cf25191a0b04fed'>Test 0014: @set of @value objects with keyword aliases</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_598e330a34cebcdc7f49b05b8f7e734e'>Test 0015: collapse set of sets, keep empty lists</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_11fa9e5c7cbb6d481c793729a67fbadd'>Test 0016: context reset</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_585f44de48c58c553b2c603eaa0b40f3'>Test 0017: @graph and @id aliased</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_f78b882860133b2a5f2bd8c43e091a54'>Test 0018: override default @language</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_ecb342df07ce29659600d26193a0067e'>Test 0019: remove @value = null</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_4e5432713bfb7cd34982a37fe235eb49'>Test 0020: do not remove @graph if not at top-level</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_7b97e25a4f36fdfe2131d05d3d2110c6'>Test 0021: do not remove @graph at top-level if not only property</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_e06d52f699a05ba569127f3662bd9eb3'>Test 0022: expand value with default language</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_447ec1849a078c1441d7ca24a5b5e3e1'>Test 0023: Expanding list/set with coercion</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a216189292fa3a556fcbff33e0a51c73'>Test 0024: Multiple contexts</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_7a3e3eb7ebd2883c00ada70411a58ed3'>Test 0025: Problematic IRI expansion tests</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a2c30bcb91f907474e68cbd1a0b589bb'>Test 0026: Term definition with @id: @type</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_cb62583d36ee2301fab8ca80aa10c653'>Test 0027: Duplicate values in @list and @set</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_014696c7f3b28814b0dd3472499ec3b6'>Test 0028: Use @vocab in properties and @type but not in @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_5661c4455f64d6620df0b635e0dd10af'>Test 0029: Relative IRIs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_c7514a36cc3ccdafa9c1405fdcbb6cf2'>Test 0030: Language maps</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_c322f0abf87b89abad70c53a3b84e154'>Test 0031: type-coercion of native types</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_366c394866e4cc24728efc5c0278c53b'>Test 0032: Null term and @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a8838a70c263ef2802a25a6a7e7a3a1c'>Test 0033: Using @vocab with with type-coercion</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_aef2f6f000b6fe2017fbe8c640ec9fbe'>Test 0034: Multiple properties expanding to the same IRI</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_2f70ba075e355b0bd46c163de1bdd067'>Test 0035: Language maps with @vocab, default language, and colliding property</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_6aa3d6bec184f5ebbc7194eec44c5853'>Test 0036: Expanding @index</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a4f1b95a7f05d7906f1fed0336313f4d'>Test 0037: Expanding @reverse</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_15d63589dec74e08695c039b9646bff9'>Test 0038: Expanding blank node labels</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_761c63e32e34f17b8c65d21dbe2fea6d'>Test 0039: Using terms in a reverse-maps</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_c37b191aed268057c80bce1c4527ce9f'>Test 0040: language and index expansion on non-objects</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_bfe466d2cab1fdd09384ca4ea6704f4d'>Test 0041: @language: null resets the default language</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_0a3ed08bb74045e9c42689f78f6fea30'>Test 0042: Reverse properties</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_7f2b3c20a4dfd08e1cb32980126d8b04'>Test 0043: Using reverse properties inside a @reverse-container</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_0f2b7dd66c94fb5d9ba686f1ad9c9e65'>Test 0044: Index maps with language mappings</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_8238e660e941ec3daf68a2444f4bafb0'>Test 0045: Top-level value objects</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_f263a000a15c2e9b12cefe22b26e8845'>Test 0046: Free-floating nodes</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_86ab6f953dfb7a8e2287fe95cabd668d'>Test 0047: Free-floating values in sets and free-floating lists</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a417b11f599d8d5d967130c6a087c373'>Test 0048: Terms are ignored in @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_3d5e4c58ee4663a37eaed72629728435'>Test 0049: String values of reverse properties</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_b6578b841cf155a7a3d0f66914b26da5'>Test 0050: Term definitions with prefix separate from prefix definitions</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_cdded39b73328621a1b7eac54dfc430c'>Test 0051: Expansion of keyword aliases in term definitions</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_b5f7fb037683a080894d27dd239b55b9'>Test 0052: @vocab-relative IRIs in term definitions</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_9d382a7f9c100560bf14487cb7f66df9'>Test 0053: Expand absolute IRI with @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_4f6749dc1eadc257025180339b21aa64'>Test 0054: Expand term with @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_93f88a337c640186229e5ef50f293294'>Test 0055: Expand @vocab-relative term with @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a3db5cbf97877b4fd4a0fc749c7d5a6b'>Test 0056: Use terms with @type: @vocab but not with @type: @id</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_5edaed2dc53cfeac1126bbff64cae176'>Test 0057: Expand relative IRI with @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_9644f33de4e562cb2a1e675eb8579275'>Test 0058: Expand compact IRI with @type: @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_02a84c00bb064b6c4b6143e633f7594f'>Test 0059: Reset @vocab by setting it to null</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_75d01ef02382a1a4ea664e07111d6077'>Test 0060: Overwrite document base with @base and reset it again</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_d068435e684524b51678e214d7447338'>Test 0061: Coercing native types to arbitrary datatypes</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_33ac973fae11f33795afd16a647503b5'>Test 0062: Various relative IRIs with with @base</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_c3cb22baf4165bc4a2a500492f024837'>Test 0063: Reverse property and index container</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_6291c77496bb2a2f0c7498ee90d49966'>Test 0064: bnode values of reverse properties</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_acc6d9fbe49f93a05dedfd3049c125ac'>Test 0065: Drop unmapped keys in reverse map</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_6026cd43b7039a0586c06e4a67477cbb'>Test 0066: Reverse-map keys with @vocab</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_69d9d5cb5e9a5deaa51fe95122486a56'>Test 0067: prefix://suffix not a compact IRI</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_a9d2b19b2ad03217da932e4b322505c9'>Test 0068: _:suffix values are not a compact IRI</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_8d0172557b1a3eaaa95912187fdbe7f3'>Test 0069: Compact IRI as term with type mapping</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_00415a21708127e75f67425e12d10761'>Test 0070: Compact IRI as term defined using equivalent compact IRI</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_71fb227fe49f4333659a9da759fbc555'>Test 0071: Redefine terms looking like compact IRIs</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_17f279996d2744c452505740651ae56f'>Test 0072: Redefine term using @vocab, not itself</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_8400108fdfc367eb2220a1c0e9ed78cb'>Test 0073: @context not first property</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_d16ace1c40a3c0a87949ff175f59a034'>Test 0074: @id not first property</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> + <td> + <a href='#test_e79ab0b007c9404f327c173831db3146'>Test 0075: @vocab as blank node identifier</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr class='summary'> + <td> + Percentage passed out of 75 Tests + </td> + <td class='passed-some'> + 94.7% + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-some'> + 94.7% + </td> + <td class='passed-some'> + 94.7% + </td> + <td class='passed-some'> + 94.7% + </td> + </tr> + </table> + </section> + <section resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld' typeof='earl:Report mf:Manifest'> + <h2 property='dc:title mf:name'>JSON-LD to Expansion tests use object compare</h2> + <table class='report'> + <tr> + <th> + Test + </th> + <th> + <a href='#subj_0'>JSONLD-Java</a> + </th> + <th> + <a href='#subj_1'>JSON::LD</a> + </th> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ApiErrorTest'> + <td> + <a href='#test_50da1a1d0d8f5998a760b8ae03cfa651'>Test 0001: Keywords cannot be aliased to other keywords</a> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:earl:semiAuto' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + </tr> + <tr class='summary'> + <td> + Percentage passed out of 1 Tests + </td> + <td class='passed-all'> + 100.0% + </td> + <td class='passed-all'> + 100.0% + </td> + </tr> + </table> + </section> + <section resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld' typeof='earl:Report mf:Manifest'> + <h2 property='dc:title mf:name'>JSON-LD to RDF tests generate N-Quads output and use string comparison.</h2> + <table class='report'> + <tr> + <th> + Test + </th> + <th> + <a href='#subj_0'>JSONLD-Java</a> + </th> + <th> + <a href='#subj_1'>JSON::LD</a> + </th> + <th> + <a href='#subj_2'>jsonld.js browser</a> + </th> + <th> + <a href='#subj_3'>jsonld.js node.js</a> + </th> + <th> + <a href='#subj_4'>php-json-ld</a> + </th> + <th> + <a href='#subj_5'>PyLD</a> + </th> + <th> + <a href='#subj_6'>JsonLD</a> </th> </tr> <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'> @@ -9517,7 +17204,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9588,7 +17286,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9659,7 +17368,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9730,7 +17450,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9801,7 +17532,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9872,7 +17614,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -9943,7 +17696,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10014,7 +17778,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10085,7 +17860,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10156,7 +17942,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10227,7 +18024,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10298,7 +18106,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10369,7 +18188,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10440,7 +18270,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10511,7 +18352,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10582,7 +18434,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10653,7 +18516,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10724,7 +18598,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10795,7 +18680,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10866,7 +18762,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -10937,7 +18844,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11008,7 +18926,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11079,7 +19008,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11150,7 +19090,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11221,7 +19172,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11292,7 +19254,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11363,7 +19336,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11434,7 +19418,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11505,7 +19500,18 @@ <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> <link href='earl:automatic' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> <span property='earl:outcome' resource='earl:passed'> @@ -11572,13 +19578,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -11638,13 +19656,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -11704,13 +19734,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -11770,13 +19812,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -11836,13 +19890,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -11902,13 +19968,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -11968,13 +20046,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12034,13 +20124,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12100,13 +20202,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12166,13 +20280,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12232,13 +20358,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12298,13 +20436,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12364,13 +20514,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12430,13 +20592,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12496,13 +20670,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12562,13 +20748,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12628,13 +20826,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12694,13 +20904,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12760,13 +20982,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12826,13 +21060,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12892,13 +21138,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -12958,13 +21216,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13024,13 +21294,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13090,13 +21372,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13156,13 +21450,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13222,13 +21528,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13288,13 +21606,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13354,13 +21684,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13420,13 +21762,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13486,13 +21840,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13552,13 +21918,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13618,13 +21996,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13684,13 +22074,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13750,13 +22152,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13816,13 +22230,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13882,13 +22308,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -13948,13 +22386,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14014,13 +22464,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14080,13 +22542,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14146,13 +22620,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14212,13 +22698,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14278,13 +22776,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14344,13 +22854,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14410,13 +22932,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14476,13 +23010,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14542,13 +23088,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14608,13 +23166,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14674,13 +23244,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14740,13 +23322,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14806,13 +23400,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14872,13 +23478,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -14938,13 +23556,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15004,13 +23634,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15070,13 +23712,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15136,13 +23790,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15202,13 +23868,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15268,13 +23946,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15334,13 +24024,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15400,13 +24102,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15466,13 +24180,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15532,13 +24258,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15598,13 +24336,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15664,13 +24414,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15730,13 +24492,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15796,13 +24570,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15862,13 +24648,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15928,13 +24726,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -15994,13 +24804,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16060,13 +24882,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16126,13 +24960,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16192,13 +25038,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16258,13 +25116,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16324,13 +25194,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16390,13 +25272,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16456,13 +25350,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16522,13 +25428,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16588,13 +25506,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16654,13 +25584,25 @@ </span> </span> </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS </span> </span> </td> @@ -16695,5409 +25637,382 @@ </span> </td> </tr> - <tr class='summary'> - <td> - Percentage passed out of 107 Tests - </td> - <td class='passed-some'> - 27.1% - </td> - <td class='passed-all'> - 100.0% - </td> - <td class='passed-some'> - 27.1% - </td> - <td class='passed-some'> - 27.1% - </td> - <td class='passed-some'> - 27.1% - </td> - <td class='passed-some'> - 27.1% - </td> - </tr> - </table> - </section> - <section resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld' typeof='earl:Report mf:Manifest'> - <h2 property='dc:title mf:name'>error-expand</h2> - <p property='rdfs:comment'>JSON-LD to Expansion tests use object compare</p> - <table class='report'> - <tr> - <th> - Test - </th> - <th> - <a href='#subj_0'>JSONLD-Java</a> - </th> - <th> - <a href='#subj_1'>JSON::LD</a> - </th> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ApiErrorTest'> - <td> - <a href='#test_50da1a1d0d8f5998a760b8ae03cfa651'>Test 0001: Keywords cannot be aliased to other keywords</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:semiAuto' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr class='summary'> - <td> - Percentage passed out of 1 Tests - </td> - <td class='passed-all'> - 100.0% - </td> - <td class='passed-all'> - 100.0% - </td> - </tr> - </table> - </section> - <section resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld' typeof='earl:Report mf:Manifest'> - <h2 property='dc:title mf:name'>expand</h2> - <p property='rdfs:comment'>JSON-LD to Expansion tests use object compare</p> - <table class='report'> - <tr> - <th> - Test - </th> - <th> - <a href='#subj_0'>JSONLD-Java</a> - </th> - <th> - <a href='#subj_1'>JSON::LD</a> - </th> - <th> - <a href='#subj_2'>jsonld.js</a> - </th> - <th> - <a href='#subj_3'>php-json-ld</a> - </th> - <th> - <a href='#subj_4'>PyLD</a> - </th> - <th> - <a href='#subj_5'>JsonLD</a> - </th> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_30400bd733cda10ec34b060e31bee342'>Test 0001: drop free-floating nodes</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_8c412a36834c515309821805111f3170'>Test 0002: basic</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_6fb15d01d55e323c1d40c908af0025cf'>Test 0003: drop null and unmapped properties</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_46ca05e212eb3f5df12a5ce1240d1a1d'>Test 0004: optimize @set, keep empty arrays</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_b508ab4f88c7b5481c2cf64e2737b30f'>Test 0005: do not expand aliased @id/@type</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_64ebeef021e3a1db53968ce489eb7667'>Test 0006: alias keywords</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_1c8bfb88b1e97399a84e0e23cb10e40b'>Test 0007: date type-coercion</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_639f33a04dbd664474ab488f891c5496'>Test 0008: @value with @language</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_fc3e08bc600239177804ec8be79b64fd'>Test 0009: @graph with terms</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_c44d7caa68a769857cd333691253bef4'>Test 0010: native types</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_ab6ef2da0eed998d968827642bfc4c7b'>Test 0011: coerced @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_43239674aca32af2715ec3d69cbac162'>Test 0012: @graph with embed</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_d9b2850b69f56067af4ec560432f024d'>Test 0013: expand already expanded</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_131dee302981a63e9cf25191a0b04fed'>Test 0014: @set of @value objects with keyword aliases</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_598e330a34cebcdc7f49b05b8f7e734e'>Test 0015: collapse set of sets, keep empty lists</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_11fa9e5c7cbb6d481c793729a67fbadd'>Test 0016: context reset</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_585f44de48c58c553b2c603eaa0b40f3'>Test 0017: @graph and @id aliased</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_f78b882860133b2a5f2bd8c43e091a54'>Test 0018: override default @language</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_ecb342df07ce29659600d26193a0067e'>Test 0019: remove @value = null</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_4e5432713bfb7cd34982a37fe235eb49'>Test 0020: do not remove @graph if not at top-level</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_7b97e25a4f36fdfe2131d05d3d2110c6'>Test 0021: do not remove @graph at top-level if not only property</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_e06d52f699a05ba569127f3662bd9eb3'>Test 0022: expand value with default language</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_447ec1849a078c1441d7ca24a5b5e3e1'>Test 0023: Expanding list/set with coercion</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a216189292fa3a556fcbff33e0a51c73'>Test 0024: Multiple contexts</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_7a3e3eb7ebd2883c00ada70411a58ed3'>Test 0025: Problematic IRI expansion tests</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a2c30bcb91f907474e68cbd1a0b589bb'>Test 0026: Term definition with @id: @type</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_cb62583d36ee2301fab8ca80aa10c653'>Test 0027: Duplicate values in @list and @set</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_014696c7f3b28814b0dd3472499ec3b6'>Test 0028: Use @vocab in properties and @type but not in @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_5661c4455f64d6620df0b635e0dd10af'>Test 0029: Relative IRIs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_c7514a36cc3ccdafa9c1405fdcbb6cf2'>Test 0030: Language maps</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_c322f0abf87b89abad70c53a3b84e154'>Test 0031: type-coercion of native types</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_366c394866e4cc24728efc5c0278c53b'>Test 0032: Null term and @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a8838a70c263ef2802a25a6a7e7a3a1c'>Test 0033: Using @vocab with with type-coercion</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_aef2f6f000b6fe2017fbe8c640ec9fbe'>Test 0034: Multiple properties expanding to the same IRI</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_2f70ba075e355b0bd46c163de1bdd067'>Test 0035: Language maps with @vocab, default language, and colliding property</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_6aa3d6bec184f5ebbc7194eec44c5853'>Test 0036: Expanding @index</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a4f1b95a7f05d7906f1fed0336313f4d'>Test 0037: Expanding @reverse</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_15d63589dec74e08695c039b9646bff9'>Test 0038: Expanding blank node labels</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_761c63e32e34f17b8c65d21dbe2fea6d'>Test 0039: Using terms in a reverse-maps</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_c37b191aed268057c80bce1c4527ce9f'>Test 0040: language and index expansion on non-objects</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_bfe466d2cab1fdd09384ca4ea6704f4d'>Test 0041: @language: null resets the default language</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_0a3ed08bb74045e9c42689f78f6fea30'>Test 0042: Reverse properties</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_7f2b3c20a4dfd08e1cb32980126d8b04'>Test 0043: Using reverse properties inside a @reverse-container</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_0f2b7dd66c94fb5d9ba686f1ad9c9e65'>Test 0044: Index maps with language mappings</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_8238e660e941ec3daf68a2444f4bafb0'>Test 0045: Top-level value objects</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_f263a000a15c2e9b12cefe22b26e8845'>Test 0046: Free-floating nodes</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_86ab6f953dfb7a8e2287fe95cabd668d'>Test 0047: Free-floating values in sets and free-floating lists</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a417b11f599d8d5d967130c6a087c373'>Test 0048: Terms are ignored in @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_3d5e4c58ee4663a37eaed72629728435'>Test 0049: String values of reverse properties</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_b6578b841cf155a7a3d0f66914b26da5'>Test 0050: Term definitions with prefix separate from prefix definitions</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_cdded39b73328621a1b7eac54dfc430c'>Test 0051: Expansion of keyword aliases in term definitions</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_b5f7fb037683a080894d27dd239b55b9'>Test 0052: @vocab-relative IRIs in term definitions</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_9d382a7f9c100560bf14487cb7f66df9'>Test 0053: Expand absolute IRI with @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_4f6749dc1eadc257025180339b21aa64'>Test 0054: Expand term with @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_93f88a337c640186229e5ef50f293294'>Test 0055: Expand @vocab-relative term with @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a3db5cbf97877b4fd4a0fc749c7d5a6b'>Test 0056: Use terms with @type: @vocab but not with @type: @id</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_5edaed2dc53cfeac1126bbff64cae176'>Test 0057: Expand relative IRI with @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_9644f33de4e562cb2a1e675eb8579275'>Test 0058: Expand compact IRI with @type: @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_02a84c00bb064b6c4b6143e633f7594f'>Test 0059: Reset @vocab by setting it to null</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_75d01ef02382a1a4ea664e07111d6077'>Test 0060: Overwrite document base with @base and reset it again</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_d068435e684524b51678e214d7447338'>Test 0061: Coercing native types to arbitrary datatypes</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_33ac973fae11f33795afd16a647503b5'>Test 0062: Various relative IRIs with with @base</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_c3cb22baf4165bc4a2a500492f024837'>Test 0063: Reverse property and index container</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_6291c77496bb2a2f0c7498ee90d49966'>Test 0064: bnode values of reverse properties</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_acc6d9fbe49f93a05dedfd3049c125ac'>Test 0065: Drop unmapped keys in reverse map</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_6026cd43b7039a0586c06e4a67477cbb'>Test 0066: Reverse-map keys with @vocab</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_69d9d5cb5e9a5deaa51fe95122486a56'>Test 0067: prefix://suffix not a compact IRI</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_a9d2b19b2ad03217da932e4b322505c9'>Test 0068: _:suffix values are not a compact IRI</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_8d0172557b1a3eaaa95912187fdbe7f3'>Test 0069: Compact IRI as term with type mapping</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_00415a21708127e75f67425e12d10761'>Test 0070: Compact IRI as term defined using equivalent compact IRI</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_71fb227fe49f4333659a9da759fbc555'>Test 0071: Redefine terms looking like compact IRIs</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_17f279996d2744c452505740651ae56f'>Test 0072: Redefine term using @vocab, not itself</a> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://tristan.github.com/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='https://github.com/dlongley' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://me.markus-lanthaler.com/' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_8400108fdfc367eb2220a1c0e9ed78cb'>Test 0073: @context not first property</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_d16ace1c40a3c0a87949ff175f59a034'>Test 0074: @id not first property</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074' property='earl:test' /> - <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - </tr> - <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ExpandTest'> - <td> - <a href='#test_e79ab0b007c9404f327c173831db3146'>Test 0075: @vocab as blank node identifier</a> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> - <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> - <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> - <link href='earl:automatic' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:passed'> - PASS - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> - <link href='https://github.com/digitalbazaar/jsonld.js' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> - <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> - <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> - <link href='earl:notAvailable' property='earl:mode' /> - <span property='earl:result' typeof='earl:TestResult'> - <span property='earl:outcome' resource='earl:untested'> - UNTESTED - </span> - </span> - </td> - <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> - <link href='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075' property='earl:test' /> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'> + <td> + <a href='#test_c53e957bf8df01ea8e6bdd4b364c730d'>Test 0113: Dataset with a IRI named graph</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'> + <td> + <a href='#test_a0d080556890ca48ba445e60a9d24642'>Test 0114: Dataset with a IRI named graph</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'> + <td> + <a href='#test_2fe7ebc1f03dee9e80d5715894949748'>Test 0115: Dataset with a default and two named graphs</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'> + <td> + <a href='#test_1a93fb81733466bfaabdeef82306f1f2'>Test 0116: Dataset from node with embedded named graph</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116' property='earl:test' /> + <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + </tr> + <tr inlist='inlist' rel='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' typeof='earl:TestCriterion earl:TestCase http://json-ld.org/test-suite/vocab#ToRDFTest'> + <td> + <a href='#test_781b3710e1313ea60f5e25db0a5b5238'>Test 0117: Dataset from node with embedded named graph (bnode)</a> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> + <link href='http://github.com/jsonld-java/jsonld-java' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> + <link href='http://rubygems.org/gems/json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#browser' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='https://github.com/dlongley' property='earl:assertedBy' /> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> + <link href='https://github.com/digitalbazaar/jsonld.js#node.js' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:passed'> + PASS + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> + <link href='https://github.com/digitalbazaar/php-json-ld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> + <link href='https://github.com/digitalbazaar/pyld' property='earl:subject' /> + <link href='earl:notAvailable' property='earl:mode' /> + <span property='earl:result' typeof='earl:TestResult'> + <span property='earl:outcome' resource='earl:untested'> + UNTESTED + </span> + </span> + </td> + <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'> + <link href='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117' property='earl:test' /> <link href='https://github.com/lanthaler/JsonLD' property='earl:subject' /> <link href='earl:notAvailable' property='earl:mode' /> <span property='earl:result' typeof='earl:TestResult'> @@ -22109,25 +26024,28 @@ </tr> <tr class='summary'> <td> - Percentage passed out of 75 Tests + Percentage passed out of 112 Tests </td> <td class='passed-some'> - 94.7% + 25.9% + </td> + <td class='passed-most'> + 95.5% + </td> + <td class='passed-all'> + 100.0% </td> <td class='passed-all'> 100.0% </td> <td class='passed-some'> - 94.7% + 25.9% </td> <td class='passed-some'> - 94.7% + 25.9% </td> <td class='passed-some'> - 94.7% - </td> - <td class='passed-some'> - 94.7% + 25.9% </td> </tr> </table> @@ -22221,15 +26139,7 @@ <tbody> <tr> <td> - Compaction - </td> - <td class='passed-all'> - 69/69 (100.0%) - </td> - </tr> - <tr> - <td> - Deserialize RDF to JSON-LD + Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison. </td> <td class='passed-all'> 17/17 (100.0%) @@ -22237,7 +26147,15 @@ </tr> <tr> <td> - Flattening + JSON-LD compaction tests use object comparison. + </td> + <td class='passed-all'> + 69/69 (100.0%) + </td> + </tr> + <tr> + <td> + JSON-LD flattening tests use object comparison. </td> <td class='passed-all'> 43/43 (100.0%) @@ -22245,15 +26163,15 @@ </tr> <tr> <td> - Serialization to RDF + JSON-LD to Expansion tests use object compare </td> <td class='passed-all'> - 107/107 (100.0%) + 75/75 (100.0%) </td> </tr> <tr> <td> - error-expand + JSON-LD to Expansion tests use object compare </td> <td class='passed-all'> 1/1 (100.0%) @@ -22261,10 +26179,10 @@ </tr> <tr> <td> - expand - </td> - <td class='passed-all'> - 75/75 (100.0%) + JSON-LD to RDF tests generate N-Quads output and use string comparison. + </td> + <td class='passed-most'> + 107/112 (95.5%) </td> </tr> </tbody> @@ -22273,11 +26191,11 @@ </dl> </dd> <dt id='subj_2'> - <a href='https://github.com/digitalbazaar/jsonld.js'> - <span about='https://github.com/digitalbazaar/jsonld.js' property='doap:name'>jsonld.js</span> + <a href='https://github.com/digitalbazaar/jsonld.js#browser'> + <span about='https://github.com/digitalbazaar/jsonld.js#browser' property='doap:name'>jsonld.js browser</span> </a> </dt> - <dd inlist='inlist' property='earl:testSubjects' resource='https://github.com/digitalbazaar/jsonld.js' typeof='earl:TestSubject doap:Project'> + <dd inlist='inlist' property='earl:testSubjects' resource='https://github.com/digitalbazaar/jsonld.js#browser' typeof='earl:TestSubject doap:Project'> <dl> <dt>Description</dt> <dd lang='en' property='doap:description'>A JSON-LD processor for JavaScript</dd> @@ -22313,42 +26231,42 @@ <tbody> <tr> <td> - Compaction - </td> - <td class='passed-most'> - 66/69 (95.7%) - </td> - </tr> - <tr> - <td> - Deserialize RDF to JSON-LD - </td> - <td class='passed-most'> - 15/17 (88.2%) + Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison. + </td> + <td class='passed-all'> + 17/17 (100.0%) </td> </tr> <tr> <td> - Flattening - </td> - <td class='passed-most'> - 42/43 (97.7%) + JSON-LD compaction tests use object comparison. + </td> + <td class='passed-all'> + 69/69 (100.0%) </td> </tr> <tr> <td> - Serialization to RDF - </td> - <td class='passed-some'> - 29/107 (27.1%) + JSON-LD flattening tests use object comparison. + </td> + <td class='passed-all'> + 43/43 (100.0%) </td> </tr> <tr> <td> - expand - </td> - <td class='passed-most'> - 71/75 (94.7%) + JSON-LD to Expansion tests use object compare + </td> + <td class='passed-all'> + 75/75 (100.0%) + </td> + </tr> + <tr> + <td> + JSON-LD to RDF tests generate N-Quads output and use string comparison. + </td> + <td class='passed-all'> + 112/112 (100.0%) </td> </tr> </tbody> @@ -22357,6 +26275,90 @@ </dl> </dd> <dt id='subj_3'> + <a href='https://github.com/digitalbazaar/jsonld.js#node.js'> + <span about='https://github.com/digitalbazaar/jsonld.js#node.js' property='doap:name'>jsonld.js node.js</span> + </a> + </dt> + <dd inlist='inlist' property='earl:testSubjects' resource='https://github.com/digitalbazaar/jsonld.js#node.js' typeof='earl:TestSubject doap:Project'> + <dl> + <dt>Description</dt> + <dd lang='en' property='doap:description'>A JSON-LD processor for JavaScript</dd> + <dt>Programming Language</dt> + <dd property='doap:programming-language'>JavaScript</dd> + <dt>Home Page</dt> + <dd property='doap:homepage'> + <a href='https://github.com/digitalbazaar/jsonld.js'> + https://github.com/digitalbazaar/jsonld.js + </a> + </dd> + <dt>Developer</dt> + <dd rel='doap:developer'> + <div resource='https://github.com/dlongley' typeof='foaf:Person'> + <a href='https://github.com/dlongley'> + <span property='foaf:name'>Dave Longley</span> + </a> + <dt> + Home Page + </dt> + <dd> + <a href='https://github.com/dlongley' property='foaf:homepage'> + https://github.com/dlongley + </a> + </dd> + </div> + </dd> + <dt> + Test Suite Compliance + </dt> + <dd> + <table class='report'> + <tbody> + <tr> + <td> + Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison. + </td> + <td class='passed-all'> + 17/17 (100.0%) + </td> + </tr> + <tr> + <td> + JSON-LD compaction tests use object comparison. + </td> + <td class='passed-all'> + 69/69 (100.0%) + </td> + </tr> + <tr> + <td> + JSON-LD flattening tests use object comparison. + </td> + <td class='passed-all'> + 43/43 (100.0%) + </td> + </tr> + <tr> + <td> + JSON-LD to Expansion tests use object compare + </td> + <td class='passed-all'> + 75/75 (100.0%) + </td> + </tr> + <tr> + <td> + JSON-LD to RDF tests generate N-Quads output and use string comparison. + </td> + <td class='passed-all'> + 112/112 (100.0%) + </td> + </tr> + </tbody> + </table> + </dd> + </dl> + </dd> + <dt id='subj_4'> <a href='https://github.com/digitalbazaar/php-json-ld'> <span about='https://github.com/digitalbazaar/php-json-ld' property='doap:name'>php-json-ld</span> </a> @@ -22397,15 +26399,7 @@ <tbody> <tr> <td> - Compaction - </td> - <td class='passed-most'> - 66/69 (95.7%) - </td> - </tr> - <tr> - <td> - Deserialize RDF to JSON-LD + Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison. </td> <td class='passed-most'> 15/17 (88.2%) @@ -22413,7 +26407,15 @@ </tr> <tr> <td> - Flattening + JSON-LD compaction tests use object comparison. + </td> + <td class='passed-most'> + 66/69 (95.7%) + </td> + </tr> + <tr> + <td> + JSON-LD flattening tests use object comparison. </td> <td class='passed-most'> 42/43 (97.7%) @@ -22421,18 +26423,18 @@ </tr> <tr> <td> - Serialization to RDF - </td> - <td class='passed-some'> - 29/107 (27.1%) + JSON-LD to Expansion tests use object compare + </td> + <td class='passed-most'> + 71/75 (94.7%) </td> </tr> <tr> <td> - expand - </td> - <td class='passed-most'> - 71/75 (94.7%) + JSON-LD to RDF tests generate N-Quads output and use string comparison. + </td> + <td class='passed-some'> + 29/112 (25.9%) </td> </tr> </tbody> @@ -22440,7 +26442,7 @@ </dd> </dl> </dd> - <dt id='subj_4'> + <dt id='subj_5'> <a href='https://github.com/digitalbazaar/pyld'> <span about='https://github.com/digitalbazaar/pyld' property='doap:name'>PyLD</span> </a> @@ -22481,15 +26483,7 @@ <tbody> <tr> <td> - Compaction - </td> - <td class='passed-most'> - 66/69 (95.7%) - </td> - </tr> - <tr> - <td> - Deserialize RDF to JSON-LD + Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison. </td> <td class='passed-most'> 15/17 (88.2%) @@ -22497,7 +26491,15 @@ </tr> <tr> <td> - Flattening + JSON-LD compaction tests use object comparison. + </td> + <td class='passed-most'> + 66/69 (95.7%) + </td> + </tr> + <tr> + <td> + JSON-LD flattening tests use object comparison. </td> <td class='passed-most'> 42/43 (97.7%) @@ -22505,18 +26507,18 @@ </tr> <tr> <td> - Serialization to RDF - </td> - <td class='passed-some'> - 29/107 (27.1%) + JSON-LD to Expansion tests use object compare + </td> + <td class='passed-most'> + 71/75 (94.7%) </td> </tr> <tr> <td> - expand - </td> - <td class='passed-most'> - 71/75 (94.7%) + JSON-LD to RDF tests generate N-Quads output and use string comparison. + </td> + <td class='passed-some'> + 29/112 (25.9%) </td> </tr> </tbody> @@ -22524,7 +26526,7 @@ </dd> </dl> </dd> - <dt id='subj_5'> + <dt id='subj_6'> <a href='https://github.com/lanthaler/JsonLD'> <span about='https://github.com/lanthaler/JsonLD' property='doap:name'>JsonLD</span> </a> @@ -22565,15 +26567,7 @@ <tbody> <tr> <td> - Compaction - </td> - <td class='passed-most'> - 65/69 (94.2%) - </td> - </tr> - <tr> - <td> - Deserialize RDF to JSON-LD + Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison. </td> <td class='passed-some'> 7/17 (41.2%) @@ -22581,7 +26575,15 @@ </tr> <tr> <td> - Flattening + JSON-LD compaction tests use object comparison. + </td> + <td class='passed-most'> + 65/69 (94.2%) + </td> + </tr> + <tr> + <td> + JSON-LD flattening tests use object comparison. </td> <td class='passed-most'> 42/43 (97.7%) @@ -22589,18 +26591,18 @@ </tr> <tr> <td> - Serialization to RDF - </td> - <td class='passed-some'> - 29/107 (27.1%) + JSON-LD to Expansion tests use object compare + </td> + <td class='passed-most'> + 71/75 (94.7%) </td> </tr> <tr> <td> - expand - </td> - <td class='passed-most'> - 71/75 (94.7%) + JSON-LD to RDF tests generate N-Quads output and use string comparison. + </td> + <td class='passed-some'> + 29/112 (25.9%) </td> </tr> </tbody> @@ -22625,7 +26627,10 @@ <a class='source' href='java-earl.ttl'>java-earl.ttl</a> </li> <li> - <a class='source' href='jsonld.js-earl.ttl'>jsonld.js-earl.ttl</a> + <a class='source' href='jsonld.js-browser-earl.ttl'>jsonld.js-browser-earl.ttl</a> + </li> + <li> + <a class='source' href='jsonld.js-node.js-earl.ttl'>jsonld.js-node.js-earl.ttl</a> </li> <li> <a class='source' href='markus-earl.ttl'>markus-earl.ttl</a> @@ -22646,6 +26651,161 @@ Test Definitions </h2> <dl> + <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld'> + <dt id='test_a5ebfe589bd62d1029790695808f8ff9' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001'> + Test 0001: + <span property='dc:title mf:name'>Object Lists</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001'> + <p lang='en' property='dc:description'>Tests generation using different types of objects.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0001-in.nq' title='Object Lists Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/><http://example.com/Subj1> <http://example.com/prop1> <http://example.com/Obj1> .<br/><http://example.com/Subj1> <http://example.com/prop2> "Plain" .<br/><http://example.com/Subj1> <http://example.com/prop2> "2012-05-12"^^<http://www.w3.org/2001/XMLSchema#date> .<br/><http://example.com/Subj1> <http://example.com/prop2> "English"@en .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0001-out.jsonld' title='Object Lists Result'>[<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/prop1": [{"@id": "http://example.com/Obj1"}],<br/> "http://example.com/prop2": [<br/> {"@value": "Plain"},<br/> {"@value": "2012-05-12", "@type": "http://www.w3.org/2001/XMLSchema#date"},<br/> {"@value": "English", "@language": "en"}<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_e31f3f7d5a78ca4157f582fbfde32707' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002'> + Test 0002: + <span property='dc:title mf:name'>Native Types</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002'> + <p lang='en' property='dc:description'>Use native datatypes, where possible.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0002-in.nq' title='Native Types Input'><http://example.com/Subj1> <http://example.com/prop> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .<br/><http://example.com/Subj1> <http://example.com/prop> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .<br/><http://example.com/Subj1> <http://example.com/prop> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.com/Subj1> <http://example.com/prop> "1.1"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.com/Subj1> <http://example.com/prop> "1.1E-1"^^<http://www.w3.org/2001/XMLSchema#double> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0002-out.jsonld' title='Native Types Result'>[<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "http://example.com/prop": [<br/> { "@value": true },<br/> { "@value": false },<br/> { "@value": 1 },<br/> { "@value": "1.1", "@type": "http://www.w3.org/2001/XMLSchema#decimal"},<br/> { "@value": 0.11 }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_3a224095a1c11373d67e090c0ffe8e12' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003'> + Test 0003: + <span property='dc:title mf:name'>BNodes and references</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003'> + <p lang='en' property='dc:description'>BNode name generation and references between resources.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0003-in.nq' title='BNodes and references Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/SubType> .<br/><http://example.com/Subj1> <http://example.com/ref> _:a .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/Subj2> .<br/><http://example.com/Subj2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/><http://example.com/Subj2> <http://example.com/ref> <http://example.com/Subj1> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0003-out.jsonld' title='BNodes and references Result'>[<br/> {<br/> "@id": "_:a",<br/> "@type": ["http://example.com/SubType"]<br/> },<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [<br/> {"@id": "_:a"},<br/> {"@id": "http://example.com/Subj2"}<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/Subj2",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [{"@id": "http://example.com/Subj1"}]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_0a8656b8d0f4b81fd6bd26bf4e1cc77e' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004'> + Test 0004: + <span property='dc:title mf:name'>Lists</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004'> + <p lang='en' property='dc:description'>Multiple lists with different types of element.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0004-in.nq' title='Lists Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "bananna" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><http://example.com/Subj1> <http://example.com/literalList> _:a .<br/><http://example.com/Subj1> <http://example.com/emptyList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.com/iri> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><http://example.com/Subj1> <http://example.com/iriList> _:c .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0004-out.jsonld' title='Lists Result'>[<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/literalList": [{<br/> "@list": [<br/> {"@value": "apple"},<br/> {"@value": "bananna"}<br/> ]<br/> }],<br/> "http://example.com/emptyList": [{<br/> "@list": []<br/> }],<br/> "http://example.com/iriList": [{<br/> "@list": [{"@id": "http://example.com/iri"}]<br/> }]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_448e0492a0dc73c71cc3b21fd800f1b9' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005'> + Test 0005: + <span property='dc:title mf:name'>Document with list</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005'> + <p lang='en' property='dc:description'>Uses a named graph containing a list.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0005-in.nq' title='Document with list Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/U> <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/list> _:a <http://example.com/U> .<br/><http://example.com/U> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Graph> .<br/><http://example.com/U> <http://example.com/name> "Graph" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0005-out.jsonld' title='Document with list Result'>[<br/> {<br/> "@id": "http://example.com/U",<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [{"@id": "http://example.com/U"}],<br/> "http://example.com/list": [{<br/> "@list": [<br/> {"@value": "a"},<br/> {"@value": "b"}<br/> ]<br/> }]<br/> }<br/> ],<br/> "@type": ["http://example.com/Graph"],<br/> "http://example.com/name": [{"@value": "Graph"}]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_b3201a0b02a24d44fe4bb3d1feb37273' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006'> + Test 0006: + <span property='dc:title mf:name'>Two graphs having same subject but different values</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006'> + <p lang='en' property='dc:description'>Ensure that properties and list elements aren't confused between graphs.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0006-in.nq' title='Two graphs having same subject but different values Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/U> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/list> _:a <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.com/U> .<br/><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type2> <http://example.com/V> .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/V> <http://example.com/V> .<br/><http://example.com/Subj1> <http://example.com/list> _:c <http://example.com/V> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" <http://example.com/V> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:d <http://example.com/V> .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "d" <http://example.com/V> .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.com/V> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0006-out.jsonld' title='Two graphs having same subject but different values Result'>[<br/> {<br/> "@id": "http://example.com/U",<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [{"@id": "http://example.com/U"}],<br/> "http://example.com/list": [{<br/> "@list": [<br/> {"@value": "a"},<br/> {"@value": "b"}<br/> ]<br/> }]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/V",<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type2"],<br/> "http://example.com/ref": [{"@id": "http://example.com/V"}],<br/> "http://example.com/list": [{<br/> "@list": [<br/> {"@value": "c"},<br/> {"@value": "d"}<br/> ]<br/> }]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_f6b3b3da8ed8fb7600a79a5973d3d6fc' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007'> + Test 0007: + <span property='dc:title mf:name'>Graph with multiple named graphs</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007'> + <p lang='en' property='dc:description'>Testing @graph recursion.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0007-in.nq' title='Graph with multiple named graphs Input'><http://data.wikipedia.org/snaks/Assertions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data.wikipedia.org/vocab#SnakSet> .<br/><http://data.wikipedia.org/snaks/Assertions> <http://data.wikipedia.org/vocab#assertedBy> "http://gregkellogg.net/foaf#me" .<br/><http://data.wikipedia.org/snaks/BerlinFact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data.wikipedia.org/vocab#Snak> <http://data.wikipedia.org/snaks/Assertions> .<br/><http://data.wikipedia.org/snaks/BerlinFact> <http://data.wikipedia.org/vocab#assertedBy> "http://www.statistik-berlin-brandenburg.de/" <http://data.wikipedia.org/snaks/Assertions> .<br/><http://en.wikipedia.org/wiki/Berlin> <http://data.wikipedia.org/vocab#population> "3499879"^^<http://www.w3.org/2001/XMLSchema#integer> <http://data.wikipedia.org/snaks/BerlinFact> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0007-out.jsonld' title='Graph with multiple named graphs Result'>[<br/> {<br/> "@id": "http://data.wikipedia.org/snaks/Assertions",<br/> "@type": ["http://data.wikipedia.org/vocab#SnakSet"],<br/> "http://data.wikipedia.org/vocab#assertedBy": [{"@value": "http://gregkellogg.net/foaf#me"}<br/> ],<br/> "@graph": [<br/> {<br/> "@id": "http://data.wikipedia.org/snaks/BerlinFact",<br/> "@type": ["http://data.wikipedia.org/vocab#Snak"],<br/> "http://data.wikipedia.org/vocab#assertedBy": [{"@value": "http://www.statistik-berlin-brandenburg.de/"}]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://data.wikipedia.org/snaks/BerlinFact",<br/> "@graph": [<br/> {<br/> "@id": "http://en.wikipedia.org/wiki/Berlin",<br/> "http://data.wikipedia.org/vocab#population": [{<br/> "@value": 3499879<br/> }]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_fa14358e968e5c20adef5f812a8f6abb' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008'> + Test 0008: + <span property='dc:title mf:name'>List conversion</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008'> + <p lang='en' property='dc:description'>Conversion of lists of lists (the triples in the input are only partially ordered on purpose</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0008-in.nq' title='List conversion Input'><http://example.com> <http://example.com/property> _:outerlist .<br/>_:outerlist <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:lista .<br/>_:outerlist <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b0 .<br/><br/>_:lista <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a1" .<br/>_:lista <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:a2 .<br/>_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a2" .<br/>_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:a3 .<br/>_:a3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a3" .<br/>_:a3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><br/>_:c0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:c1 .<br/>_:c0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c1" .<br/>_:c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c2 .<br/>_:c2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c2" .<br/>_:c2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c3 .<br/>_:c3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c3" .<br/>_:c3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b1 .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c0 .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b1" .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b2" .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b3 .<br/>_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b3" .<br/>_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0008-out.jsonld' title='List conversion Result'>[<br/> {<br/> "@id": "_:b1",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b1" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "b2" },<br/> { "@value": "b3" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "_:c1",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "c1" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "c2" },<br/> { "@value": "c3" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "_:lista",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a1" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "a2" },<br/> { "@value": "a3" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [<br/> {<br/> "@list": [<br/> { "@id": "_:lista" },<br/> { "@id": "_:b1" },<br/> { "@id": "_:c1" }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_e7d667b0c260bb588b52dcde64e8dcff' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009'> + Test 0009: + <span property='dc:title mf:name'>List conversion with IRI nodes</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009'> + <p lang='en' property='dc:description'>Preserve IRI list nodes (i.e., not blank nodes) when converting to @list</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0009-in.nq' title='List conversion with IRI nodes Input'><http://example.com> <http://example.com/property> <http://example.com/list> .<br/><http://example.com/list> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/><http://example.com/list> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0009-out.jsonld' title='List conversion with IRI nodes Result'>[<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "http://example.com/list" } ]<br/> },<br/> {<br/> "@id": "http://example.com/list",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "b" },<br/> { "@value": "c" }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_301d88bbdedaae3990d00cf0b5301ee9' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010'> + Test 0010: + <span property='dc:title mf:name'>List pattern without rdf:nil</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010'> + <p lang='en' property='dc:description'>Do not convert lists that are not terminated by rdf:nil to @list.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0010-in.nq' title='List pattern without rdf:nil Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0010-out.jsonld' title='List pattern without rdf:nil Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:c" } ]<br/> },<br/> {<br/> "@id": "_:c",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "c" } ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_fab50674ba0f075dfd2f5dd45ba876bd' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011'> + Test 0011: + <span property='dc:title mf:name'>List pattern with extra properties</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011'> + <p lang='en' property='dc:description'>If additional properties are associated to a list node, the list is only partially converted to @list.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0011-in.nq' title='List pattern with extra properties Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://example.com/other-property> "This list node has also properties other than rdf:first and rdf:rest" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0011-out.jsonld' title='List pattern with extra properties Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://example.com/other-property": [<br/> { "@value": "This list node has also properties other than rdf:first and rdf:rest" }<br/> ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "c" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_a6f79132151ee667d05ed595025ceceb' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012'> + Test 0012: + <span property='dc:title mf:name'>List pattern with cycles</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012'> + <p lang='en' property='dc:description'>Detect lists containing cycles and do not convert them to @list.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0012-in.nq' title='List pattern with cycles Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0012-out.jsonld' title='List pattern with cycles Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:c" } ]<br/> },<br/> {<br/> "@id": "_:c",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "c" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_a4da79268ece4ce5783b46ed160031ad' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013'> + Test 0013: + <span property='dc:title mf:name'>List pattern with multiple values of rdf:first</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013'> + <p lang='en' property='dc:description'>Do not convert list nodes to @list if nodes contain more than one value for rdf:first.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0013-in.nq' title='List pattern with multiple values of rdf:first Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b1" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b2" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0013-out.jsonld' title='List pattern with multiple values of rdf:first Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [<br/> { "@value": "b1" },<br/> { "@value": "b2" }<br/> ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> {<br/> "@value": "c"<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_290751eea8778b5bcc53d1e7575d4d9c' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014'> + Test 0014: + <span property='dc:title mf:name'>List pattern with multiple values of rdf:rest</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014'> + <p lang='en' property='dc:description'>Do not convert list nodes to @list if nodes contain more than one value for rdf:rest.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0014-in.nq' title='List pattern with multiple values of rdf:rest Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:d .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "d" .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0014-out.jsonld' title='List pattern with multiple values of rdf:rest Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> { "@list": [ { "@value": "c" } ] },<br/> { "@list": [ { "@value": "d" } ] }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_b313194ff09b3f3129569d279c4acd07' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015'> + Test 0015: + <span property='dc:title mf:name'>List pattern with IRI rdf:rest</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015'> + <p lang='en' property='dc:description'>Do not convert lists to @list if a list node's rdf:rest is an IRI.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0015-in.nq' title='List pattern with IRI rdf:rest Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> "b" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0015-out.jsonld' title='List pattern with IRI rdf:rest Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@value": "b" } ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_4b5297d8864f81c9bd5a219fe8f542b2' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016'> + Test 0016: + <span property='dc:title mf:name'>List pattern with type rdf:List</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016'> + <p lang='en' property='dc:description'>List nodes may have a rdf:type rdf:List.</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0016-in.nq' title='List pattern with type rdf:List Input'><http://example.com/> <http://example.com/list> _:b0 .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "A" .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b1 .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "B" .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "C" .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0016-out.jsonld' title='List pattern with type rdf:List Result'>[<br/> {<br/> "@id": "http://example.com/",<br/> "http://example.com/list": [<br/> {<br/> "@list": [<br/> {<br/> "@value": "A"<br/> },<br/> {<br/> "@value": "B"<br/> },<br/> {<br/> "@value": "C"<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_5c21c11338cbeda23edea64f3413652d' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017'> + Test 0017: + <span property='dc:title mf:name'>Remove duplicate triples</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017'> + <p lang='en' property='dc:description'>Equivalent triples are used only once</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0017-in.nq' title='Remove duplicate triples Input'><http://example.com/nodeA> <http://example.com/property> "1" .<br/><http://example.com/nodeA> <http://example.com/property> "1" .<br/><http://example.com/nodeA> <http://example.com/property> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.com/nodeA> <http://example.com/property> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.com/nodeA> <http://example.com/property> <http://example.com/nodeB> .<br/><http://example.com/nodeA> <http://example.com/property> <http://example.com/nodeB> .<br/><http://example.com/nodeA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/TypeA> .<br/><http://example.com/nodeA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/TypeA> .<br/><http://example.com/nodeA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/TypeA> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0017-out.jsonld' title='Remove duplicate triples Result'>[<br/> {<br/> "@id": "http://example.com/nodeA",<br/> "http://example.com/property": [<br/> { "@value": "1" },<br/> { "@value": 2 },<br/> { "@id": "http://example.com/nodeB" }<br/> ],<br/> "@type": [ "http://example.com/TypeA" ]<br/> }<br/>]<br/></pre> + </dd> + </div> <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld'> <dt id='test_93ad3a29f73e4ef2dbd8fb48ae24e8e5' resource='http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001'> Test 0001: @@ -23269,161 +27429,6 @@ <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/compact-0069-out.jsonld' title='Single value reverse properties with @set Result'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@container": "@set" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": [<br/> { "@id": "http://example.com/people/dave" }<br/> ]<br/>}<br/></pre> </dd> </div> - <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld'> - <dt id='test_a5ebfe589bd62d1029790695808f8ff9' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001'> - Test 0001: - <span property='dc:title mf:name'>Object Lists</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001'> - <p lang='en' property='dc:description'>Tests generation using different types of objects.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0001-in.nq' title='Object Lists Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/><http://example.com/Subj1> <http://example.com/prop1> <http://example.com/Obj1> .<br/><http://example.com/Subj1> <http://example.com/prop2> "Plain" .<br/><http://example.com/Subj1> <http://example.com/prop2> "2012-05-12"^^<http://www.w3.org/2001/XMLSchema#date> .<br/><http://example.com/Subj1> <http://example.com/prop2> "English"@en .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0001-out.jsonld' title='Object Lists Result'>[<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/prop1": [{"@id": "http://example.com/Obj1"}],<br/> "http://example.com/prop2": [<br/> {"@value": "Plain"},<br/> {"@value": "2012-05-12", "@type": "http://www.w3.org/2001/XMLSchema#date"},<br/> {"@value": "English", "@language": "en"}<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_e31f3f7d5a78ca4157f582fbfde32707' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002'> - Test 0002: - <span property='dc:title mf:name'>Native Types</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002'> - <p lang='en' property='dc:description'>Use native datatypes, where possible.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0002-in.nq' title='Native Types Input'><http://example.com/Subj1> <http://example.com/prop> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .<br/><http://example.com/Subj1> <http://example.com/prop> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .<br/><http://example.com/Subj1> <http://example.com/prop> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.com/Subj1> <http://example.com/prop> "1.1"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.com/Subj1> <http://example.com/prop> "1.1E-1"^^<http://www.w3.org/2001/XMLSchema#double> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0002-out.jsonld' title='Native Types Result'>[<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "http://example.com/prop": [<br/> { "@value": true },<br/> { "@value": false },<br/> { "@value": 1 },<br/> { "@value": "1.1", "@type": "http://www.w3.org/2001/XMLSchema#decimal"},<br/> { "@value": 0.11 }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_3a224095a1c11373d67e090c0ffe8e12' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003'> - Test 0003: - <span property='dc:title mf:name'>BNodes and references</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003'> - <p lang='en' property='dc:description'>BNode name generation and references between resources.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0003-in.nq' title='BNodes and references Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/SubType> .<br/><http://example.com/Subj1> <http://example.com/ref> _:a .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/Subj2> .<br/><http://example.com/Subj2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/><http://example.com/Subj2> <http://example.com/ref> <http://example.com/Subj1> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0003-out.jsonld' title='BNodes and references Result'>[<br/> {<br/> "@id": "_:a",<br/> "@type": ["http://example.com/SubType"]<br/> },<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [<br/> {"@id": "_:a"},<br/> {"@id": "http://example.com/Subj2"}<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/Subj2",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [{"@id": "http://example.com/Subj1"}]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_0a8656b8d0f4b81fd6bd26bf4e1cc77e' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004'> - Test 0004: - <span property='dc:title mf:name'>Lists</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004'> - <p lang='en' property='dc:description'>Multiple lists with different types of element.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0004-in.nq' title='Lists Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "bananna" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><http://example.com/Subj1> <http://example.com/literalList> _:a .<br/><http://example.com/Subj1> <http://example.com/emptyList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.com/iri> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><http://example.com/Subj1> <http://example.com/iriList> _:c .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0004-out.jsonld' title='Lists Result'>[<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/literalList": [{<br/> "@list": [<br/> {"@value": "apple"},<br/> {"@value": "bananna"}<br/> ]<br/> }],<br/> "http://example.com/emptyList": [{<br/> "@list": []<br/> }],<br/> "http://example.com/iriList": [{<br/> "@list": [{"@id": "http://example.com/iri"}]<br/> }]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_448e0492a0dc73c71cc3b21fd800f1b9' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005'> - Test 0005: - <span property='dc:title mf:name'>Document with list</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005'> - <p lang='en' property='dc:description'>Uses a named graph containing a list.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0005-in.nq' title='Document with list Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/U> <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/list> _:a <http://example.com/U> .<br/><http://example.com/U> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Graph> .<br/><http://example.com/U> <http://example.com/name> "Graph" .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0005-out.jsonld' title='Document with list Result'>[<br/> {<br/> "@id": "http://example.com/U",<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [{"@id": "http://example.com/U"}],<br/> "http://example.com/list": [{<br/> "@list": [<br/> {"@value": "a"},<br/> {"@value": "b"}<br/> ]<br/> }]<br/> }<br/> ],<br/> "@type": ["http://example.com/Graph"],<br/> "http://example.com/name": [{"@value": "Graph"}]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_b3201a0b02a24d44fe4bb3d1feb37273' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006'> - Test 0006: - <span property='dc:title mf:name'>Two graphs having same subject but different values</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006'> - <p lang='en' property='dc:description'>Ensure that properties and list elements aren't confused between graphs.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0006-in.nq' title='Two graphs having same subject but different values Input'><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/U> <http://example.com/U> .<br/><http://example.com/Subj1> <http://example.com/list> _:a <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" <http://example.com/U> .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" <http://example.com/U> .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.com/U> .<br/><http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type2> <http://example.com/V> .<br/><http://example.com/Subj1> <http://example.com/ref> <http://example.com/V> <http://example.com/V> .<br/><http://example.com/Subj1> <http://example.com/list> _:c <http://example.com/V> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" <http://example.com/V> .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:d <http://example.com/V> .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "d" <http://example.com/V> .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.com/V> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0006-out.jsonld' title='Two graphs having same subject but different values Result'>[<br/> {<br/> "@id": "http://example.com/U",<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type"],<br/> "http://example.com/ref": [{"@id": "http://example.com/U"}],<br/> "http://example.com/list": [{<br/> "@list": [<br/> {"@value": "a"},<br/> {"@value": "b"}<br/> ]<br/> }]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/V",<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/Subj1",<br/> "@type": ["http://example.com/Type2"],<br/> "http://example.com/ref": [{"@id": "http://example.com/V"}],<br/> "http://example.com/list": [{<br/> "@list": [<br/> {"@value": "c"},<br/> {"@value": "d"}<br/> ]<br/> }]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_f6b3b3da8ed8fb7600a79a5973d3d6fc' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007'> - Test 0007: - <span property='dc:title mf:name'>Graph with multiple named graphs</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007'> - <p lang='en' property='dc:description'>Testing @graph recursion.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0007-in.nq' title='Graph with multiple named graphs Input'><http://data.wikipedia.org/snaks/Assertions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data.wikipedia.org/vocab#SnakSet> .<br/><http://data.wikipedia.org/snaks/Assertions> <http://data.wikipedia.org/vocab#assertedBy> "http://gregkellogg.net/foaf#me" .<br/><http://data.wikipedia.org/snaks/BerlinFact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data.wikipedia.org/vocab#Snak> <http://data.wikipedia.org/snaks/Assertions> .<br/><http://data.wikipedia.org/snaks/BerlinFact> <http://data.wikipedia.org/vocab#assertedBy> "http://www.statistik-berlin-brandenburg.de/" <http://data.wikipedia.org/snaks/Assertions> .<br/><http://en.wikipedia.org/wiki/Berlin> <http://data.wikipedia.org/vocab#population> "3499879"^^<http://www.w3.org/2001/XMLSchema#integer> <http://data.wikipedia.org/snaks/BerlinFact> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0007-out.jsonld' title='Graph with multiple named graphs Result'>[<br/> {<br/> "@id": "http://data.wikipedia.org/snaks/Assertions",<br/> "@type": ["http://data.wikipedia.org/vocab#SnakSet"],<br/> "http://data.wikipedia.org/vocab#assertedBy": [{"@value": "http://gregkellogg.net/foaf#me"}<br/> ],<br/> "@graph": [<br/> {<br/> "@id": "http://data.wikipedia.org/snaks/BerlinFact",<br/> "@type": ["http://data.wikipedia.org/vocab#Snak"],<br/> "http://data.wikipedia.org/vocab#assertedBy": [{"@value": "http://www.statistik-berlin-brandenburg.de/"}]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://data.wikipedia.org/snaks/BerlinFact",<br/> "@graph": [<br/> {<br/> "@id": "http://en.wikipedia.org/wiki/Berlin",<br/> "http://data.wikipedia.org/vocab#population": [{<br/> "@value": 3499879<br/> }]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_fa14358e968e5c20adef5f812a8f6abb' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008'> - Test 0008: - <span property='dc:title mf:name'>List conversion</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008'> - <p lang='en' property='dc:description'>Conversion of lists of lists (the triples in the input are only partially ordered on purpose</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0008-in.nq' title='List conversion Input'><http://example.com> <http://example.com/property> _:outerlist .<br/>_:outerlist <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:lista .<br/>_:outerlist <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b0 .<br/><br/>_:lista <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a1" .<br/>_:lista <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:a2 .<br/>_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a2" .<br/>_:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:a3 .<br/>_:a3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a3" .<br/>_:a3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><br/>_:c0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:c1 .<br/>_:c0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c1" .<br/>_:c1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c2 .<br/>_:c2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c2" .<br/>_:c2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c3 .<br/>_:c3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c3" .<br/>_:c3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/><br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b1 .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c0 .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b1" .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b2" .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b3 .<br/>_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b3" .<br/>_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0008-out.jsonld' title='List conversion Result'>[<br/> {<br/> "@id": "_:b1",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b1" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "b2" },<br/> { "@value": "b3" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "_:c1",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "c1" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "c2" },<br/> { "@value": "c3" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "_:lista",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a1" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "a2" },<br/> { "@value": "a3" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [<br/> {<br/> "@list": [<br/> { "@id": "_:lista" },<br/> { "@id": "_:b1" },<br/> { "@id": "_:c1" }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_e7d667b0c260bb588b52dcde64e8dcff' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009'> - Test 0009: - <span property='dc:title mf:name'>List conversion with IRI nodes</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009'> - <p lang='en' property='dc:description'>Preserve IRI list nodes (i.e., not blank nodes) when converting to @list</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0009-in.nq' title='List conversion with IRI nodes Input'><http://example.com> <http://example.com/property> <http://example.com/list> .<br/><http://example.com/list> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/><http://example.com/list> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0009-out.jsonld' title='List conversion with IRI nodes Result'>[<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "http://example.com/list" } ]<br/> },<br/> {<br/> "@id": "http://example.com/list",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "b" },<br/> { "@value": "c" }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_301d88bbdedaae3990d00cf0b5301ee9' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010'> - Test 0010: - <span property='dc:title mf:name'>List pattern without rdf:nil</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010'> - <p lang='en' property='dc:description'>Do not convert lists that are not terminated by rdf:nil to @list.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0010-in.nq' title='List pattern without rdf:nil Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0010-out.jsonld' title='List pattern without rdf:nil Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:c" } ]<br/> },<br/> {<br/> "@id": "_:c",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "c" } ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_fab50674ba0f075dfd2f5dd45ba876bd' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011'> - Test 0011: - <span property='dc:title mf:name'>List pattern with extra properties</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011'> - <p lang='en' property='dc:description'>If additional properties are associated to a list node, the list is only partially converted to @list.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0011-in.nq' title='List pattern with extra properties Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://example.com/other-property> "This list node has also properties other than rdf:first and rdf:rest" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0011-out.jsonld' title='List pattern with extra properties Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://example.com/other-property": [<br/> { "@value": "This list node has also properties other than rdf:first and rdf:rest" }<br/> ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> { "@value": "c" }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_a6f79132151ee667d05ed595025ceceb' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012'> - Test 0012: - <span property='dc:title mf:name'>List pattern with cycles</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012'> - <p lang='en' property='dc:description'>Detect lists containing cycles and do not convert them to @list.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0012-in.nq' title='List pattern with cycles Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0012-out.jsonld' title='List pattern with cycles Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:c" } ]<br/> },<br/> {<br/> "@id": "_:c",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "c" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_a4da79268ece4ce5783b46ed160031ad' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013'> - Test 0013: - <span property='dc:title mf:name'>List pattern with multiple values of rdf:first</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013'> - <p lang='en' property='dc:description'>Do not convert list nodes to @list if nodes contain more than one value for rdf:first.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0013-in.nq' title='List pattern with multiple values of rdf:first Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b1" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b2" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0013-out.jsonld' title='List pattern with multiple values of rdf:first Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [<br/> { "@value": "b1" },<br/> { "@value": "b2" }<br/> ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> {<br/> "@list": [<br/> {<br/> "@value": "c"<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_290751eea8778b5bcc53d1e7575d4d9c' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014'> - Test 0014: - <span property='dc:title mf:name'>List pattern with multiple values of rdf:rest</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014'> - <p lang='en' property='dc:description'>Do not convert list nodes to @list if nodes contain more than one value for rdf:rest.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0014-in.nq' title='List pattern with multiple values of rdf:rest Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "b" .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:c .<br/>_:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:d .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "c" .<br/>_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "d" .<br/>_:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0014-out.jsonld' title='List pattern with multiple values of rdf:rest Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@id": "_:b" } ]<br/> },<br/> {<br/> "@id": "_:b",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "b" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [<br/> { "@list": [ { "@value": "c" } ] },<br/> { "@list": [ { "@value": "d" } ] }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_b313194ff09b3f3129569d279c4acd07' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015'> - Test 0015: - <span property='dc:title mf:name'>List pattern with IRI rdf:rest</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015'> - <p lang='en' property='dc:description'>Do not convert lists to @list if a list node's rdf:rest is an IRI.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0015-in.nq' title='List pattern with IRI rdf:rest Input'><http://example.com> <http://example.com/property> _:a .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "a" .<br/>_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> "b" .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0015-out.jsonld' title='List pattern with IRI rdf:rest Result'>[<br/> {<br/> "@id": "_:a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#first": [ { "@value": "a" } ],<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest": [ { "@value": "b" } ]<br/> },<br/> {<br/> "@id": "http://example.com",<br/> "http://example.com/property": [ { "@id": "_:a" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_4b5297d8864f81c9bd5a219fe8f542b2' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016'> - Test 0016: - <span property='dc:title mf:name'>List pattern with type rdf:List</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016'> - <p lang='en' property='dc:description'>List nodes may have a rdf:type rdf:List.</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0016-in.nq' title='List pattern with type rdf:List Input'><http://example.com/> <http://example.com/list> _:b0 .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "A" .<br/>_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b1 .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "B" .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "C" .<br/>_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0016-out.jsonld' title='List pattern with type rdf:List Result'>[<br/> {<br/> "@id": "http://example.com/",<br/> "http://example.com/list": [<br/> {<br/> "@list": [<br/> {<br/> "@value": "A"<br/> },<br/> {<br/> "@value": "B"<br/> },<br/> {<br/> "@value": "C"<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_5c21c11338cbeda23edea64f3413652d' resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017'> - Test 0017: - <span property='dc:title mf:name'>Remove duplicate triples</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017'> - <p lang='en' property='dc:description'>Equivalent triples are used only once</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/fromRdf-0017-in.nq' title='Remove duplicate triples Input'><http://example.com/nodeA> <http://example.com/property> "1" .<br/><http://example.com/nodeA> <http://example.com/property> "1" .<br/><http://example.com/nodeA> <http://example.com/property> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.com/nodeA> <http://example.com/property> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.com/nodeA> <http://example.com/property> <http://example.com/nodeB> .<br/><http://example.com/nodeA> <http://example.com/property> <http://example.com/nodeB> .<br/><http://example.com/nodeA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/TypeA> .<br/><http://example.com/nodeA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/TypeA> .<br/><http://example.com/nodeA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/TypeA> .<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/fromRdf-0017-out.jsonld' title='Remove duplicate triples Result'>[<br/> {<br/> "@id": "http://example.com/nodeA",<br/> "http://example.com/property": [<br/> { "@value": "1" },<br/> { "@value": 2 },<br/> { "@id": "http://example.com/nodeB" }<br/> ],<br/> "@type": [ "http://example.com/TypeA" ]<br/> }<br/>]<br/></pre> - </dd> - </div> <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld'> <dt id='test_2daa5d2498ac8e9af1b3b34a9d5a228f' resource='http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001'> Test 0001: @@ -23813,6 +27818,693 @@ <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/flatten-0043-out.jsonld' title='Sample test manifest extract Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/flatten-0043-in.jsonld",<br/> "http://example/sequence": [<br/> {"@list": [{"@id": "http://json-ld.org/test-suite/tests/flatten-0043-in.jsonld#t0001"}]}<br/> ]<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/flatten-0043-in.jsonld#t0001",<br/> "http://example/input": [<br/> {"@id": "http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld"}<br/> ],<br/> "http://example/name": [<br/> {"@value": "Keywords cannot be aliased to other keywords"}<br/> ]<br/> }<br/>]<br/></pre> </dd> </div> + <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld'> + <dt id='test_30400bd733cda10ec34b060e31bee342' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001'> + Test 0001: + <span property='dc:title mf:name'>drop free-floating nodes</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001'> + <p lang='en' property='dc:description'>Expand drops unreferenced nodes having only @id</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0001-in.jsonld' title='drop free-floating nodes Input'>{"@id": "http://example.org/test#example"}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0001-out.jsonld' title='drop free-floating nodes Result'>[ ]<br/></pre> + </dd> + <dt id='test_8c412a36834c515309821805111f3170' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002'> + Test 0002: + <span property='dc:title mf:name'>basic</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002'> + <p lang='en' property='dc:description'>Expanding terms with different types of values</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0002-in.jsonld' title='basic Input'>{<br/> "@context": {<br/> "t1": "http://example.com/t1",<br/> "t2": "http://example.com/t2",<br/> "term1": "http://example.com/term1",<br/> "term2": "http://example.com/term2",<br/> "term3": "http://example.com/term3",<br/> "term4": "http://example.com/term4",<br/> "term5": "http://example.com/term5"<br/> },<br/> "@id": "http://example.com/id1",<br/> "@type": "t1",<br/> "term1": "v1",<br/> "term2": {"@value": "v2", "@type": "t2"},<br/> "term3": {"@value": "v3", "@language": "en"},<br/> "term4": 4,<br/> "term5": [50, 51]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0002-out.jsonld' title='basic Result'>[{<br/> "@id": "http://example.com/id1",<br/> "@type": ["http://example.com/t1"],<br/> "http://example.com/term1": [{"@value": "v1"}],<br/> "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],<br/> "http://example.com/term3": [{"@value": "v3", "@language": "en"}],<br/> "http://example.com/term4": [{"@value": 4}],<br/> "http://example.com/term5": [{"@value": 50}, {"@value": 51}]<br/>}]</pre> + </dd> + <dt id='test_6fb15d01d55e323c1d40c908af0025cf' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003'> + Test 0003: + <span property='dc:title mf:name'>drop null and unmapped properties</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003'> + <p lang='en' property='dc:description'>Verifies that null values and unmapped properties are removed from expanded output</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0003-in.jsonld' title='drop null and unmapped properties Input'>{<br/> "@id": "http://example.org/id",<br/> "http://example.org/property": null,<br/> "regularJson": {<br/> "nonJsonLd": "property",<br/> "deep": [{<br/> "foo": "bar"<br/> }, {<br/> "bar": "foo"<br/> }]<br/> }<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0003-out.jsonld' title='drop null and unmapped properties Result'>[ ]<br/></pre> + </dd> + <dt id='test_46ca05e212eb3f5df12a5ce1240d1a1d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004'> + Test 0004: + <span property='dc:title mf:name'>optimize @set, keep empty arrays</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004'> + <p lang='en' property='dc:description'>Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0004-in.jsonld' title='optimize @set, keep empty arrays Input'>{<br/> "@context": {<br/> "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},<br/> "mylist2": {"@id": "http://example.com/mylist2", "@container": "@list"},<br/> "myset2": {"@id": "http://example.com/myset2", "@container": "@set"},<br/> "myset3": {"@id": "http://example.com/myset3", "@container": "@set"}<br/> },<br/> "@id": "http://example.org/id",<br/> "mylist1": { "@list": [ ] },<br/> "mylist2": "one item",<br/> "myset2": { "@set": [ ] },<br/> "myset3": [ "v1" ],<br/> "http://example.org/list1": { "@list": [ null ] },<br/> "http://example.org/list2": { "@list": [ {"@value": null} ] },<br/> "http://example.org/set1": { "@set": [ ] },<br/> "http://example.org/set1": { "@set": [ null ] },<br/> "http://example.org/set3": [ ],<br/> "http://example.org/set4": [ null ],<br/> "http://example.org/set5": "one item",<br/> "http://example.org/property": { "@list": "one item" }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0004-out.jsonld' title='optimize @set, keep empty arrays Result'>[{<br/> "@id": "http://example.org/id",<br/> "http://example.com/mylist1": [ { "@list": [ ] } ],<br/> "http://example.com/mylist2": [ { "@list": [ {"@value": "one item"} ] } ],<br/> "http://example.com/myset2": [ ],<br/> "http://example.com/myset3": [ {"@value": "v1"} ],<br/> "http://example.org/list1": [ { "@list": [ ] } ],<br/> "http://example.org/list2": [ { "@list": [ ] } ],<br/> "http://example.org/set1": [ ],<br/> "http://example.org/set1": [ ],<br/> "http://example.org/set3": [ ],<br/> "http://example.org/set4": [ ],<br/> "http://example.org/set5": [ {"@value": "one item"} ],<br/> "http://example.org/property": [ { "@list": [ {"@value": "one item"} ] } ]<br/>}]<br/></pre> + </dd> + <dt id='test_b508ab4f88c7b5481c2cf64e2737b30f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005'> + Test 0005: + <span property='dc:title mf:name'>do not expand aliased @id/@type</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005'> + <p lang='en' property='dc:description'>If a keyword is aliased, it is not used when expanding</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0005-in.jsonld' title='do not expand aliased @id/@type Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "homepage": {<br/> "@id": "http://xmlns.com/foaf/0.1/homepage",<br/> "@type": "@id"<br/> },<br/> "know": "http://xmlns.com/foaf/0.1/knows",<br/> "@iri": "@id"<br/> },<br/> "@id": "#me",<br/> "know": [<br/> {<br/> "@id": "http://example.com/bob#me",<br/> "name": "Bob",<br/> "homepage": "http://example.com/bob"<br/> }, {<br/> "@id": "http://example.com/alice#me",<br/> "name": "Alice",<br/> "homepage": "http://example.com/alice"<br/> }<br/> ]<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0005-out.jsonld' title='do not expand aliased @id/@type Result'>[{<br/> "@id": "http://json-ld.org/test-suite/tests/expand-0005-in.jsonld#me",<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/bob#me",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Bob"}],<br/> "http://xmlns.com/foaf/0.1/homepage": [{<br/> "@id": "http://example.com/bob"<br/> }]<br/> }, {<br/> "@id": "http://example.com/alice#me",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Alice"}],<br/> "http://xmlns.com/foaf/0.1/homepage": [{<br/> "@id": "http://example.com/alice"<br/> }]<br/> }<br/> ]<br/>}]</pre> + </dd> + <dt id='test_64ebeef021e3a1db53968ce489eb7667' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006'> + Test 0006: + <span property='dc:title mf:name'>alias keywords</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006'> + <p lang='en' property='dc:description'>Aliased keywords expand in resulting document</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0006-in.jsonld' title='alias keywords Input'>{<br/> "@context": {<br/> "http://example.org/test#property1": {<br/> "@type": "@id"<br/> },<br/> "http://example.org/test#property2": {<br/> "@type": "@id"<br/> },<br/> "uri": "@id"<br/> },<br/> "http://example.org/test#property1": {<br/> "http://example.org/test#property4": "foo",<br/> "uri": "http://example.org/test#example2"<br/> },<br/> "http://example.org/test#property2": "http://example.org/test#example3",<br/> "http://example.org/test#property3": {<br/> "uri": "http://example.org/test#example4"<br/> },<br/> "uri": "http://example.org/test#example1"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0006-out.jsonld' title='alias keywords Result'>[{<br/> "@id": "http://example.org/test#example1",<br/> "http://example.org/test#property1": [{<br/> "@id": "http://example.org/test#example2",<br/> "http://example.org/test#property4": [{"@value": "foo"}]<br/> }],<br/> "http://example.org/test#property2": [{<br/> "@id": "http://example.org/test#example3"<br/> }],<br/> "http://example.org/test#property3": [{<br/> "@id": "http://example.org/test#example4"<br/> }]<br/>}]</pre> + </dd> + <dt id='test_1c8bfb88b1e97399a84e0e23cb10e40b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007'> + Test 0007: + <span property='dc:title mf:name'>date type-coercion</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007'> + <p lang='en' property='dc:description'>Expand strings to expanded value with @type: xsd:dateTime</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0007-in.jsonld' title='date type-coercion Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#",<br/> "ex:date": {<br/> "@type": "xsd:dateTime"<br/> },<br/> "ex:parent": {<br/> "@type": "@id"<br/> },<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@id": "http://example.org/test#example1",<br/> "ex:date": "2011-01-25T00:00:00Z",<br/> "ex:embed": {<br/> "@id": "http://example.org/test#example2",<br/> "ex:parent": "http://example.org/test#example1"<br/> }<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0007-out.jsonld' title='date type-coercion Result'>[{<br/> "@id": "http://example.org/test#example1",<br/> "http://example.org/vocab#date": [{<br/> "@value": "2011-01-25T00:00:00Z",<br/> "@type": "http://www.w3.org/2001/XMLSchema#dateTime"<br/> }],<br/> "http://example.org/vocab#embed": [{<br/> "@id": "http://example.org/test#example2",<br/> "http://example.org/vocab#parent": [{<br/> "@id": "http://example.org/test#example1"<br/> }]<br/> }]<br/>}]</pre> + </dd> + <dt id='test_639f33a04dbd664474ab488f891c5496' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008'> + Test 0008: + <span property='dc:title mf:name'>@value with @language</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008'> + <p lang='en' property='dc:description'>Keep expanded values with @language, drop non-conforming value objects containing just @language</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0008-in.jsonld' title='@value with @language Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#"<br/> },<br/> "@id": "http://example.org/test",<br/> "ex:test": { "@value": "test", "@language": "en" },<br/> "ex:drop-lang-only": { "@language": "en" },<br/> "ex:keep-full-value": { "@value": "only value" }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0008-out.jsonld' title='@value with @language Result'>[<br/> {<br/> "@id": "http://example.org/test",<br/> "http://example.org/vocab#test": [ { "@value": "test", "@language": "en" } ],<br/> "http://example.org/vocab#keep-full-value": [ {"@value": "only value"} ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_fc3e08bc600239177804ec8be79b64fd' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009'> + Test 0009: + <span property='dc:title mf:name'>@graph with terms</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009'> + <p lang='en' property='dc:description'>Use of @graph to contain multiple nodes within array</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0009-in.jsonld' title='@graph with terms Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> }<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "authored": "http://example.org/test#chapter",<br/> "name": "Jane"<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0009-out.jsonld' title='@graph with terms Result'>[<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "http://purl.org/dc/elements/1.1/description": [{"@value": "Fun"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Chapter One"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://example.org/vocab#authored": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Jane"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "John"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/contributor": [{"@value": "Writer"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "My Book"}]<br/> }]<br/> }<br/>]</pre> + </dd> + <dt id='test_c44d7caa68a769857cd333691253bef4' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010'> + Test 0010: + <span property='dc:title mf:name'>native types</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010'> + <p lang='en' property='dc:description'>Expanding native scalar retains native scalar within expanded value</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0010-in.jsonld' title='native types Input'>{<br/> "@context": {<br/> "d": "http://purl.org/dc/elements/1.1/",<br/> "e": "http://example.org/vocab#",<br/> "f": "http://xmlns.com/foaf/0.1/",<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@id": "http://example.org/test",<br/> "e:bool": true,<br/> "e:int": 123<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0010-out.jsonld' title='native types Result'>[{<br/> "@id": "http://example.org/test",<br/> "http://example.org/vocab#bool": [{"@value": true}],<br/> "http://example.org/vocab#int": [{"@value": 123}]<br/>}]</pre> + </dd> + <dt id='test_ab6ef2da0eed998d968827642bfc4c7b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011'> + Test 0011: + <span property='dc:title mf:name'>coerced @id</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011'> + <p lang='en' property='dc:description'>A value of a property with @type: @id coercion expands to a node reference</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0011-in.jsonld' title='coerced @id Input'>{<br/> "@context": {<br/> "dc": "http://purl.org/dc/elements/1.1/",<br/> "ex": "http://example.org/vocab#",<br/> "ex:contains": {<br/> "@type": "@id"<br/> },<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@id": "http://example.org/test#book",<br/> "dc:title": "Title",<br/> "ex:contains": "http://example.org/test#chapter"<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0011-out.jsonld' title='coerced @id Result'>[{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Title"}]<br/>}]</pre> + </dd> + <dt id='test_43239674aca32af2715ec3d69cbac162' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012'> + Test 0012: + <span property='dc:title mf:name'>@graph with embed</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012'> + <p lang='en' property='dc:description'>Use of @graph to contain multiple nodes within array</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0012-in.jsonld' title='@graph with embed Input'>{<br/> "@context": {<br/> "dc": "http://purl.org/dc/elements/1.1/",<br/> "ex": "http://example.org/vocab#",<br/> "ex:authored": {<br/> "@type": "@id"<br/> },<br/> "ex:contains": {<br/> "@type": "@id"<br/> },<br/> "foaf": "http://xmlns.com/foaf/0.1/",<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "dc:description": "Fun",<br/> "dc:title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "ex:authored": "http://example.org/test#chapter",<br/> "foaf:name": "Jane"<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "foaf:name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "ex:contains": {<br/> "@id": "http://example.org/test#book",<br/> "dc:contributor": "Writer",<br/> "dc:title": "My Book",<br/> "ex:contains": "http://example.org/test#chapter"<br/> }<br/> }<br/> ]<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0012-out.jsonld' title='@graph with embed Result'>[<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "http://purl.org/dc/elements/1.1/description": [{"@value": "Fun"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Chapter One"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://example.org/vocab#authored": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Jane"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "John"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/contributor": [{"@value": "Writer"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "My Book"}]<br/> }]<br/> }<br/>]</pre> + </dd> + <dt id='test_d9b2850b69f56067af4ec560432f024d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013'> + Test 0013: + <span property='dc:title mf:name'>expand already expanded</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013'> + <p lang='en' property='dc:description'>Expand does not mess up already expanded document</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0013-in.jsonld' title='expand already expanded Input'>[{<br/> "@id": "http://example.com/id1",<br/> "@type": ["http://example.com/t1"],<br/> "http://example.com/term1": ["v1"],<br/> "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],<br/> "http://example.com/term3": [{"@value": "v3", "@language": "en"}],<br/> "http://example.com/term4": [4],<br/> "http://example.com/term5": [50, 51]<br/>}]</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0013-out.jsonld' title='expand already expanded Result'>[{<br/> "@id": "http://example.com/id1",<br/> "@type": ["http://example.com/t1"],<br/> "http://example.com/term1": [{"@value": "v1"}],<br/> "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],<br/> "http://example.com/term3": [{"@value": "v3", "@language": "en"}],<br/> "http://example.com/term4": [{"@value": 4}],<br/> "http://example.com/term5": [{"@value": 50}, {"@value": 51}]<br/>}]</pre> + </dd> + <dt id='test_131dee302981a63e9cf25191a0b04fed' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014'> + Test 0014: + <span property='dc:title mf:name'>@set of @value objects with keyword aliases</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014'> + <p lang='en' property='dc:description'>Expanding aliased @set and @value</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0014-in.jsonld' title='@set of @value objects with keyword aliases Input'>{<br/> "@context": {<br/> "ex": "http://example.org/test#",<br/> "property1": {<br/> "@id": "http://example.org/test#property1",<br/> "@type": "@id"<br/> },<br/> "property2": {<br/> "@id": "ex:property2",<br/> "@type": "@id"<br/> },<br/> "uri": "@id",<br/> "set": "@set",<br/> "value": "@value",<br/> "type": "@type",<br/> "xsd": { "@id": "http://www.w3.org/2001/XMLSchema#" }<br/> },<br/> "property1": {<br/> "uri": "ex:example2",<br/> "http://example.org/test#property4": "foo"<br/> },<br/> "property2": "http://example.org/test#example3",<br/> "http://example.org/test#property3": {<br/> "uri": "http://example.org/test#example4"<br/> },<br/> "ex:property4": {<br/> "uri": "ex:example4",<br/> "ex:property5": [<br/> {<br/> "set": [<br/> {<br/> "value": "2012-03-31",<br/> "type": "xsd:date"<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> "ex:property6": [<br/> {<br/> "set": [<br/> {<br/> "value": null,<br/> "type": "xsd:date"<br/> }<br/> ]<br/> }<br/> ],<br/> "uri": "http://example.org/test#example1"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0014-out.jsonld' title='@set of @value objects with keyword aliases Result'>[<br/> {<br/> "http://example.org/test#property1": [<br/> {<br/> "@id": "http://example.org/test#example2",<br/> "http://example.org/test#property4": [<br/> {"@value": "foo"}<br/> ]<br/> }<br/> ],<br/> "http://example.org/test#property2": [<br/> { "@id": "http://example.org/test#example3" }<br/> ],<br/> "http://example.org/test#property3": [<br/> { "@id": "http://example.org/test#example4" }<br/> ],<br/> "http://example.org/test#property4": [<br/> {<br/> "@id": "http://example.org/test#example4",<br/> "http://example.org/test#property5": [<br/> {<br/> "@value": "2012-03-31",<br/> "@type": "http://www.w3.org/2001/XMLSchema#date"<br/> }<br/> ]<br/> }<br/> ],<br/> "http://example.org/test#property6": [],<br/> "@id": "http://example.org/test#example1"<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_598e330a34cebcdc7f49b05b8f7e734e' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015'> + Test 0015: + <span property='dc:title mf:name'>collapse set of sets, keep empty lists</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015'> + <p lang='en' property='dc:description'>An array of multiple @set nodes are collapsed into a single array</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0015-in.jsonld' title='collapse set of sets, keep empty lists Input'>{<br/> "@context": {<br/> "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},<br/> "mylist2": {"@id": "http://example.com/mylist2", "@container": "@list"},<br/> "myset1": {"@id": "http://example.com/myset1", "@container": "@set" },<br/> "myset2": {"@id": "http://example.com/myset2", "@container": "@set" },<br/> "myset3": {"@id": "http://example.com/myset3", "@container": "@set" }<br/> },<br/> "@id": "http://example.org/id",<br/> "mylist1": [],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ],<br/> "myset3": [ { "@set": [ "hello", "this" ] }, "will", { "@set": [ "be", "collapsed" ] } ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0015-out.jsonld' title='collapse set of sets, keep empty lists Result'>[<br/> {<br/> "@id": "http://example.org/id",<br/> "http://example.com/mylist1": [ { "@list": [] } ],<br/> "http://example.com/myset1": [ ],<br/> "http://example.com/myset2": [ ],<br/> "http://example.com/myset3": [<br/> {"@value": "hello"},<br/> {"@value": "this"},<br/> {"@value": "will"},<br/> {"@value": "be"},<br/> {"@value": "collapsed"} ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_11fa9e5c7cbb6d481c793729a67fbadd' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016'> + Test 0016: + <span property='dc:title mf:name'>context reset</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016'> + <p lang='en' property='dc:description'>Setting @context to null within an embedded object resets back to initial context state</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0016-in.jsonld' title='context reset Input'>{<br/> "@context": {<br/> "myproperty": { "@id": "http://example.com/myproperty" },<br/> "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},<br/> "mylist2": {"@id": "http://example.com/mylist2", "@container": "@list"},<br/> "myset1": {"@id": "http://example.com/myset1", "@container": "@set" },<br/> "myset2": {"@id": "http://example.com/myset2", "@container": "@set" }<br/> },<br/> "@id": "http://example.org/id1",<br/> "mylist1": [],<br/> "mylist2": [ 2, "hi" ],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ],<br/> "myproperty": {<br/> "@context": null,<br/> "@id": "http://example.org/id2",<br/> "mylist1": [],<br/> "mylist2": [ 2, "hi" ],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ],<br/> "http://example.org/myproperty2": "ok"<br/> },<br/> "http://example.com/emptyobj": {<br/> "@context": null,<br/> "mylist1": [],<br/> "mylist2": [ 2, "hi" ],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ]<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0016-out.jsonld' title='context reset Result'>[<br/> {<br/> "@id": "http://example.org/id1",<br/> "http://example.com/mylist1": [ { "@list": [] } ],<br/> "http://example.com/mylist2": [<br/> { "@list": [ {"@value": 2}, {"@value": "hi"} ] }<br/> ],<br/> "http://example.com/myset1": [ ],<br/> "http://example.com/myset2": [ ],<br/> "http://example.com/myproperty": [<br/> {<br/> "@id": "http://example.org/id2",<br/> "http://example.org/myproperty2": [ {"@value": "ok"} ]<br/> }<br/> ],<br/> "http://example.com/emptyobj": [ { } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_585f44de48c58c553b2c603eaa0b40f3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017'> + Test 0017: + <span property='dc:title mf:name'>@graph and @id aliased</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017'> + <p lang='en' property='dc:description'>Expanding with @graph and @id aliases</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0017-in.jsonld' title='@graph and @id aliased Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> },<br/> "id": "@id",<br/> "data": "@graph"<br/> },<br/> "data": [<br/> {<br/> "id": "http://example.org/test#chapter",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "authored": "http://example.org/test#chapter",<br/> "name": "Jane"<br/> },<br/> {<br/> "id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0017-out.jsonld' title='@graph and @id aliased Result'>[<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "http://purl.org/dc/elements/1.1/description": [{"@value": "Fun"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Chapter One"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://example.org/vocab#authored": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Jane"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "John"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/contributor": [{"@value": "Writer"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "My Book"}]<br/> }]<br/> }<br/>]</pre> + </dd> + <dt id='test_f78b882860133b2a5f2bd8c43e091a54' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018'> + Test 0018: + <span property='dc:title mf:name'>override default @language</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018'> + <p lang='en' property='dc:description'>override default @language in terms; only language-tag strings</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0018-in.jsonld' title='override default @language Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#",<br/> "@language": "en",<br/> "de": { "@id": "ex:german", "@language": "de" },<br/> "nolang": { "@id": "ex:nolang", "@language": null }<br/> },<br/> "@id": "http://example.org/test",<br/> "ex:test-default": [<br/> "hello",<br/> 1,<br/> true<br/> ],<br/> "de": [<br/> "hallo",<br/> 2,<br/> true<br/> ],<br/> "nolang": [<br/> "no language",<br/> 3,<br/> false<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0018-out.jsonld' title='override default @language Result'>[<br/> {<br/> "@id": "http://example.org/test",<br/> "http://example.org/vocab#test-default": [ { "@value": "hello", "@language": "en" }, { "@value": 1 }, { "@value": true } ],<br/> "http://example.org/vocab#german": [ { "@value": "hallo", "@language": "de" }, { "@value": 2 }, { "@value": true } ],<br/> "http://example.org/vocab#nolang": [ {"@value": "no language"}, { "@value": 3 }, { "@value": false } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_ecb342df07ce29659600d26193a0067e' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019'> + Test 0019: + <span property='dc:title mf:name'>remove @value = null</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019'> + <p lang='en' property='dc:description'>Expanding a value of null removes the value</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0019-in.jsonld' title='remove @value = null Input'>{<br/> "@context": {<br/> "myproperty": "http://example.com/myproperty"<br/> },<br/> "myproperty": { "@value" : null }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0019-out.jsonld' title='remove @value = null Result'>[ ]<br/></pre> + </dd> + <dt id='test_4e5432713bfb7cd34982a37fe235eb49' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020'> + Test 0020: + <span property='dc:title mf:name'>do not remove @graph if not at top-level</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020'> + <p lang='en' property='dc:description'>@graph used under a node is retained</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0020-in.jsonld' title='do not remove @graph if not at top-level Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> }<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "name": "Jane",<br/> "authored": {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "description": "More fun",<br/> "title": "Chapter Two"<br/> }<br/> ]<br/> }<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0020-out.jsonld' title='do not remove @graph if not at top-level Result'>[<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "Jane"} ],<br/> "http://example.org/vocab#authored": [<br/> {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "Fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter One"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "More fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter Two"} ]<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "John"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [<br/> {<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [ { "@id": "http://example.org/test#chapter" } ],<br/> "http://purl.org/dc/elements/1.1/contributor": [ {"@value": "Writer"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "My Book"} ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_7b97e25a4f36fdfe2131d05d3d2110c6' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021'> + Test 0021: + <span property='dc:title mf:name'>do not remove @graph at top-level if not only property</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021'> + <p lang='en' property='dc:description'>@graph used at the top level is retained if there are other properties</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0021-in.jsonld' title='do not remove @graph at top-level if not only property Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> }<br/> },<br/> "title": "My first graph",<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "name": "Jane",<br/> "authored": {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "description": "More fun",<br/> "title": "Chapter Two"<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter3",<br/> "title": "Chapter Three"<br/> }<br/> ]<br/> }<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0021-out.jsonld' title='do not remove @graph at top-level if not only property Result'>[<br/> {<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "My first graph"} ],<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "Jane"} ],<br/> "http://example.org/vocab#authored": [<br/> {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "Fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter One"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "More fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter Two"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter3",<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter Three"} ]<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "John"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [<br/> {<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [ { "@id": "http://example.org/test#chapter" } ],<br/> "http://purl.org/dc/elements/1.1/contributor": [ {"@value": "Writer"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "My Book"} ]<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_e06d52f699a05ba569127f3662bd9eb3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022'> + Test 0022: + <span property='dc:title mf:name'>expand value with default language</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022'> + <p lang='en' property='dc:description'>Expanding with a default language applies that language to string values</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0022-in.jsonld' title='expand value with default language Input'>{<br/> "@context": {<br/> "term": "http://example.com/term",<br/> "@language": "en"<br/> },<br/> "term": "v"<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0022-out.jsonld' title='expand value with default language Result'>[{<br/> "http://example.com/term": [{"@value": "v", "@language": "en"}]<br/>}]</pre> + </dd> + <dt id='test_447ec1849a078c1441d7ca24a5b5e3e1' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023'> + Test 0023: + <span property='dc:title mf:name'>Expanding list/set with coercion</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023'> + <p lang='en' property='dc:description'>Expanding lists and sets with properties having coercion coerces list/set values</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0023-in.jsonld' title='Expanding list/set with coercion Input'>{<br/> "@context": {<br/> "xsd": "http://www.w3.org/2001/XMLSchema#",<br/> "idlist": {"@id": "http://example.com/idlist", "@container": "@list", "@type": "@id"},<br/> "datelist": {"@id": "http://example.com/datelist", "@container": "@list", "@type": "xsd:date"},<br/> "idset": {"@id": "http://example.com/idset", "@container": "@set", "@type": "@id"},<br/> "dateset": {"@id": "http://example.com/dateset", "@container": "@set", "@type": "xsd:date"},<br/> "idprop": {"@id": "http://example.com/idprop", "@type": "@id" },<br/> "dateprop": {"@id": "http://example.com/dateprop", "@type": "xsd:date" },<br/> "idprop2": {"@id": "http://example.com/idprop2", "@type": "@id" },<br/> "dateprop2": {"@id": "http://example.com/dateprop2", "@type": "xsd:date" }<br/> },<br/> "idlist": ["http://example.org/id"],<br/> "datelist": ["2012-04-12"],<br/> "idprop": {"@list": ["http://example.org/id"]},<br/> "dateprop": {"@list": ["2012-04-12"]},<br/> "idset": ["http://example.org/id"],<br/> "dateset": ["2012-04-12"],<br/> "idprop2": {"@set": ["http://example.org/id"]},<br/> "dateprop2": {"@set": ["2012-04-12"]}<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0023-out.jsonld' title='Expanding list/set with coercion Result'>[<br/> {<br/> "http://example.com/idlist": [{"@list": [{"@id": "http://example.org/id"}]}],<br/> "http://example.com/datelist": [{"@list": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}]}],<br/> "http://example.com/idprop": [{"@list": [{"@id": "http://example.org/id"}]}],<br/> "http://example.com/dateprop": [{"@list": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}]}],<br/> "http://example.com/idset": [{"@id": "http://example.org/id"}],<br/> "http://example.com/dateset": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}],<br/> "http://example.com/idprop2": [{"@id": "http://example.org/id"}],<br/> "http://example.com/dateprop2": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}]<br/> }<br/>]</pre> + </dd> + <dt id='test_a216189292fa3a556fcbff33e0a51c73' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024'> + Test 0024: + <span property='dc:title mf:name'>Multiple contexts</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024'> + <p lang='en' property='dc:description'>Tests that contexts in an array are merged</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0024-in.jsonld' title='Multiple contexts Input'>{<br/> "@context": [<br/> {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "homepage": {"@id": "http://xmlns.com/foaf/0.1/homepage","@type": "@id"}<br/> },<br/> {"ical": "http://www.w3.org/2002/12/cal/ical#"}<br/> ],<br/> "@id": "http://example.com/speakers#Alice",<br/> "name": "Alice",<br/> "homepage": "http://xkcd.com/177/",<br/> "ical:summary": "Alice Talk",<br/> "ical:location": "Lyon Convention Centre, Lyon, France"<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0024-out.jsonld' title='Multiple contexts Result'>[{<br/> "@id": "http://example.com/speakers#Alice",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Alice"}],<br/> "http://xmlns.com/foaf/0.1/homepage": [{"@id": "http://xkcd.com/177/"}],<br/> "http://www.w3.org/2002/12/cal/ical#summary": [{"@value": "Alice Talk"}],<br/> "http://www.w3.org/2002/12/cal/ical#location": [{"@value": "Lyon Convention Centre, Lyon, France"}]<br/>}]</pre> + </dd> + <dt id='test_7a3e3eb7ebd2883c00ada70411a58ed3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025'> + Test 0025: + <span property='dc:title mf:name'>Problematic IRI expansion tests</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025'> + <p lang='en' property='dc:description'>Expanding different kinds of terms and Compact IRIs</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0025-in.jsonld' title='Problematic IRI expansion tests Input'>{<br/> "@context": {<br/> "foo": "http://example.com/foo/",<br/> "foo:bar": "http://example.com/bar",<br/> "bar": {"@id": "foo:bar", "@type": "@id"},<br/> "_": "http://example.com/underscore/"<br/> },<br/> "@type": [ "foo", "foo:bar", "_" ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0025-out.jsonld' title='Problematic IRI expansion tests Result'>[{<br/> "@type": [<br/> "http://example.com/foo/",<br/> "http://example.com/bar",<br/> "http://example.com/underscore/"<br/> ]<br/>}]<br/></pre> + </dd> + <dt id='test_a2c30bcb91f907474e68cbd1a0b589bb' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026'> + Test 0026: + <span property='dc:title mf:name'>Term definition with @id: @type</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026'> + <p lang='en' property='dc:description'>Expanding term mapping to @type uses @type syntax</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0026-in.jsonld' title='Term definition with @id: @type Input'>{<br/> "@context": {<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": {"@id": "@type", "@type": "@id"}<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "http://example.com/b"<br/> }, {<br/> "@id": "http://example.com/c",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [<br/> "http://example.com/d",<br/> "http://example.com/e"<br/> ]<br/> }, {<br/> "@id": "http://example.com/f",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "http://example.com/g"<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0026-out.jsonld' title='Term definition with @id: @type Result'>[<br/> {<br/> "@id": "http://example.com/a",<br/> "@type": [<br/> "http://example.com/b"<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/c",<br/> "@type": [<br/> "http://example.com/d",<br/> "http://example.com/e"<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/f",<br/> "@type": [<br/> "http://example.com/g"<br/> ]<br/> }<br/>]</pre> + </dd> + <dt id='test_cb62583d36ee2301fab8ca80aa10c653' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027'> + Test 0027: + <span property='dc:title mf:name'>Duplicate values in @list and @set</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027'> + <p lang='en' property='dc:description'>Duplicate values in @list and @set are not merged</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0027-in.jsonld' title='Duplicate values in @list and @set Input'>{<br/> "@context": {<br/> "mylist": {"@id": "http://example.com/mylist", "@container": "@list"},<br/> "myset": {"@id": "http://example.com/myset", "@container": "@set"}<br/> },<br/> "@id": "http://example.org/id",<br/> "mylist": [1, 2, 2, 3],<br/> "myset": [1, 2, 2, 3]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0027-out.jsonld' title='Duplicate values in @list and @set Result'>[{<br/> "@id": "http://example.org/id",<br/> "http://example.com/mylist": [{<br/> "@list": [<br/> {"@value": 1},<br/> {"@value": 2},<br/> {"@value": 2},<br/> {"@value": 3}<br/> ]<br/> }],<br/> "http://example.com/myset": [<br/> {"@value": 1},<br/> {"@value": 2},<br/> {"@value": 2},<br/> {"@value": 3}<br/> ]<br/>}]<br/></pre> + </dd> + <dt id='test_014696c7f3b28814b0dd3472499ec3b6' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028'> + Test 0028: + <span property='dc:title mf:name'>Use @vocab in properties and @type but not in @id</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028'> + <p lang='en' property='dc:description'>@vocab is used to compact properties and @type, but is not used for @id</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0028-in.jsonld' title='Use @vocab in properties and @type but not in @id Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/vocab#",<br/> "date": { "@type": "dateTime" }<br/> },<br/> "@id": "example1",<br/> "@type": "test",<br/> "date": "2011-01-25T00:00:00Z",<br/> "embed": {<br/> "@id": "example2",<br/> "expandedDate": { "@value": "2012-08-01T00:00:00Z", "@type": "dateTime" }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0028-out.jsonld' title='Use @vocab in properties and @type but not in @id Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example1",<br/> "@type": [ "http://example.org/vocab#test" ],<br/> "http://example.org/vocab#date": [<br/> {<br/> "@value": "2011-01-25T00:00:00Z",<br/> "@type": "http://example.org/vocab#dateTime"<br/> }<br/> ],<br/> "http://example.org/vocab#embed": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example2",<br/> "http://example.org/vocab#expandedDate": [<br/> {<br/> "@value": "2012-08-01T00:00:00Z",<br/> "@type": "http://example.org/vocab#dateTime"<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_5661c4455f64d6620df0b635e0dd10af' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029'> + Test 0029: + <span property='dc:title mf:name'>Relative IRIs</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029'> + <p lang='en' property='dc:description'>@base is used to compact @id; test with different relative IRIs</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0029-in.jsonld' title='Relative IRIs Input'>{<br/> "@context": {<br/> "links": { "@id": "http://www.example.com/link", "@type": "@id", "@container": "@list" }<br/> },<br/> "@id": "relativeIris",<br/> "@type": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "../../../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative"<br/> ],<br/> "links": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "./../../../useless/../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative"<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0029-out.jsonld' title='Relative IRIs Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/relativeIris",<br/> "@type": [<br/> "http://json-ld.org/test-suite/tests/link",<br/> "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld#fragment-works",<br/> "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld?query=works",<br/> "http://json-ld.org/test-suite/tests/",<br/> "http://json-ld.org/test-suite/",<br/> "http://json-ld.org/test-suite/parent",<br/> "http://json-ld.org/parent-parent-eq-root",<br/> "http://json-ld.org/still-root",<br/> "http://json-ld.org/too-many-dots",<br/> "http://json-ld.org/absolute",<br/> "http://example.org/scheme-relative"<br/> ],<br/> "http://www.example.com/link": [ {<br/> "@list": [<br/> { "@id": "http://json-ld.org/test-suite/tests/link" },<br/> { "@id": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld#fragment-works" },<br/> { "@id": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld?query=works" },<br/> { "@id": "http://json-ld.org/test-suite/tests/" },<br/> { "@id": "http://json-ld.org/test-suite/" },<br/> { "@id": "http://json-ld.org/test-suite/parent" },<br/> { "@id": "http://json-ld.org/parent-parent-eq-root" },<br/> { "@id": "http://json-ld.org/still-root" },<br/> { "@id": "http://json-ld.org/too-many-dots" },<br/> { "@id": "http://json-ld.org/absolute" },<br/> { "@id": "http://example.org/scheme-relative" }<br/> ]<br/> } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_c7514a36cc3ccdafa9c1405fdcbb6cf2' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030'> + Test 0030: + <span property='dc:title mf:name'>Language maps</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030'> + <p lang='en' property='dc:description'>Language Maps expand values to include @language</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0030-in.jsonld' title='Language maps Input'>{<br/> "@context": {<br/> "vocab": "http://example.com/vocab/",<br/> "label": {<br/> "@id": "vocab:label",<br/> "@container": "@language"<br/> }<br/> },<br/> "@id": "http://example.com/queen",<br/> "label": {<br/> "en": "The Queen",<br/> "de": [ "Die Königin", "Ihre Majestät" ]<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0030-out.jsonld' title='Language maps Result'>[<br/> {<br/> "@id": "http://example.com/queen",<br/> "http://example.com/vocab/label":<br/> [<br/> {<br/> "@value": "Die Königin",<br/> "@language": "de"<br/> }, {<br/> "@value": "Ihre Majestät",<br/> "@language": "de"<br/> }, {<br/> "@value": "The Queen",<br/> "@language": "en"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_c322f0abf87b89abad70c53a3b84e154' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031'> + Test 0031: + <span property='dc:title mf:name'>type-coercion of native types</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031'> + <p lang='en' property='dc:description'>Expanding native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0031-in.jsonld' title='type-coercion of native types Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#",<br/> "xsd": "http://www.w3.org/2001/XMLSchema#",<br/> "ex:integer": { "@type": "xsd:integer" },<br/> "ex:double": { "@type": "xsd:double" },<br/> "ex:boolean": { "@type": "xsd:boolean" }<br/> },<br/> "@id": "http://example.org/test#example1",<br/> "ex:integer": 1,<br/> "ex:double": 123.45,<br/> "ex:boolean": true<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0031-out.jsonld' title='type-coercion of native types Result'>[<br/> {<br/> "@id": "http://example.org/test#example1",<br/> "http://example.org/vocab#integer": [ {<br/> "@value": 1,<br/> "@type": "http://www.w3.org/2001/XMLSchema#integer"<br/> } ],<br/> "http://example.org/vocab#double": [ {<br/> "@value": 123.45,<br/> "@type": "http://www.w3.org/2001/XMLSchema#double"<br/> } ],<br/> "http://example.org/vocab#boolean": [ {<br/> "@value": true,<br/> "@type": "http://www.w3.org/2001/XMLSchema#boolean"<br/> } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_366c394866e4cc24728efc5c0278c53b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032'> + Test 0032: + <span property='dc:title mf:name'>Null term and @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032'> + <p lang='en' property='dc:description'>Mapping a term to null decouples it from @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0032-in.jsonld' title='Null term and @vocab Input'>{<br/> "@context": {<br/> "@vocab": "http://xmlns.com/foaf/0.1/",<br/> "from": null,<br/> "university": { "@id": null }<br/> },<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "name": "Markus Lanthaler",<br/> "from": "Italy",<br/> "university": "TU Graz"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0032-out.jsonld' title='Null term and @vocab Result'>[<br/> {<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "http://xmlns.com/foaf/0.1/name": [<br/> {<br/> "@value": "Markus Lanthaler"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_a8838a70c263ef2802a25a6a7e7a3a1c' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033'> + Test 0033: + <span property='dc:title mf:name'>Using @vocab with with type-coercion</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033'> + <p lang='en' property='dc:description'>Verifies that terms can be defined using @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0033-in.jsonld' title='Using @vocab with with type-coercion Input'>{<br/> "@context": {<br/> "@vocab": "http://example.com/vocab#",<br/> "homepage": {<br/> "@type": "@id"<br/> },<br/> "created_at": {<br/> "@type": "http://www.w3.org/2001/XMLSchema#date"<br/> }<br/> },<br/> "name": "Markus Lanthaler",<br/> "homepage": "http://www.markus-lanthaler.com/",<br/> "created_at": "2012-10-28"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0033-out.jsonld' title='Using @vocab with with type-coercion Result'>[{<br/> "http://example.com/vocab#name": [{<br/> "@value": "Markus Lanthaler"<br/> }],<br/> "http://example.com/vocab#homepage": [{<br/> "@id": "http://www.markus-lanthaler.com/"<br/> }],<br/> "http://example.com/vocab#created_at": [{<br/> "@value": "2012-10-28",<br/> "@type": "http://www.w3.org/2001/XMLSchema#date"<br/> }]<br/>}]<br/></pre> + </dd> + <dt id='test_aef2f6f000b6fe2017fbe8c640ec9fbe' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034'> + Test 0034: + <span property='dc:title mf:name'>Multiple properties expanding to the same IRI</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034'> + <p lang='en' property='dc:description'>Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0034-in.jsonld' title='Multiple properties expanding to the same IRI Input'>{<br/> "@context": {<br/> "@vocab": "http://example.com/vocab/",<br/> "colliding": "http://example.com/vocab/collidingTerm"<br/> },<br/> "@id": "http://example.com/IriCollissions",<br/> "colliding": [<br/> "value 1",<br/> 2<br/> ],<br/> "collidingTerm": [<br/> 3,<br/> "four"<br/> ],<br/> "http://example.com/vocab/collidingTerm": 5<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0034-out.jsonld' title='Multiple properties expanding to the same IRI Result'>[{<br/> "@id": "http://example.com/IriCollissions",<br/> "http://example.com/vocab/collidingTerm": [<br/> {<br/> "@value": "value 1"<br/> }, {<br/> "@value": 2<br/> }, {<br/> "@value": 3<br/> }, {<br/> "@value": "four"<br/> },<br/> {<br/> "@value": 5<br/> }<br/> ]<br/>}]<br/></pre> + </dd> + <dt id='test_2f70ba075e355b0bd46c163de1bdd067' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035'> + Test 0035: + <span property='dc:title mf:name'>Language maps with @vocab, default language, and colliding property</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035'> + <p lang='en' property='dc:description'>Pathological tests of language maps</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0035-in.jsonld' title='Language maps with @vocab, default language, and colliding property Input'>{<br/> "@context": {<br/> "@vocab": "http://example.com/vocab/",<br/> "@language": "it",<br/> "label": {<br/> "@container": "@language"<br/> }<br/> },<br/> "@id": "http://example.com/queen",<br/> "label": {<br/> "en": "The Queen",<br/> "de": [ "Die Königin", "Ihre Majestät" ]<br/> },<br/> "http://example.com/vocab/label": [<br/> "Il re",<br/> { "@value": "The king", "@language": "en" }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0035-out.jsonld' title='Language maps with @vocab, default language, and colliding property Result'>[{<br/> "@id": "http://example.com/queen",<br/> "http://example.com/vocab/label": [<br/> {<br/> "@value": "Il re",<br/> "@language": "it"<br/> }, {<br/> "@value": "The king",<br/> "@language": "en"<br/> }, {<br/> "@value": "Die Königin",<br/> "@language": "de"<br/> }, {<br/> "@value": "Ihre Majestät",<br/> "@language": "de"<br/> }, {<br/> "@value": "The Queen",<br/> "@language": "en"<br/> }<br/> ]<br/>}]<br/></pre> + </dd> + <dt id='test_6aa3d6bec184f5ebbc7194eec44c5853' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036'> + Test 0036: + <span property='dc:title mf:name'>Expanding @index</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036'> + <p lang='en' property='dc:description'>Expanding index maps for terms defined with @container: @index</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0036-in.jsonld' title='Expanding @index Input'>{<br/> "@context": {<br/> "property": "http://example.com/property",<br/> "indexContainer": { "@id": "http://example.com/container", "@container": "@index" }<br/> },<br/> "@id": "http://example.org/indexTest",<br/> "indexContainer": {<br/> "A": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexA"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexA",<br/> "@index": "this overrides the 'A' index from the container"<br/> },<br/> 1,<br/> true,<br/> false,<br/> null,<br/> "simple string A",<br/> {<br/> "@value": "typed literal A",<br/> "@type": "http://example.org/type"<br/> },<br/> {<br/> "@value": "language-tagged string A",<br/> "@language": "en"<br/> }<br/> ],<br/> "B": "simple string B",<br/> "C": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexC"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexC",<br/> "@index": "this overrides the 'C' index from the container"<br/> },<br/> 3,<br/> true,<br/> false,<br/> null,<br/> "simple string C",<br/> {<br/> "@value": "typed literal C",<br/> "@type": "http://example.org/type"<br/> },<br/> {<br/> "@value": "language-tagged string C",<br/> "@language": "en"<br/> }<br/> ]<br/> },<br/> "property": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexProp"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexProp",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": 3,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": null,<br/> "@index": "prop"<br/> },<br/> "simple string no index",<br/> {<br/> "@value": "typed literal Prop",<br/> "@type": "http://example.org/type",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": "language-tagged string Prop",<br/> "@language": "en",<br/> "@index": "prop"<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0036-out.jsonld' title='Expanding @index Result'>[<br/> {<br/> "@id": "http://example.org/indexTest",<br/> "http://example.com/container": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexA",<br/> "@index": "A"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexA",<br/> "@index": "this overrides the 'A' index from the container"<br/> },<br/> {<br/> "@value": 1,<br/> "@index": "A"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "A"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "simple string A",<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "typed literal A",<br/> "@type": "http://example.org/type",<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "language-tagged string A",<br/> "@language": "en",<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "simple string B",<br/> "@index": "B"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexC",<br/> "@index": "C"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexC",<br/> "@index": "this overrides the 'C' index from the container"<br/> },<br/> {<br/> "@value": 3,<br/> "@index": "C"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "C"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "C"<br/> },<br/> {<br/> "@value": "simple string C",<br/> "@index": "C"<br/> },<br/> {<br/> "@value": "typed literal C",<br/> "@type": "http://example.org/type",<br/> "@index": "C"<br/> },<br/> {<br/> "@value": "language-tagged string C",<br/> "@language": "en",<br/> "@index": "C"<br/> }<br/> ],<br/> "http://example.com/property": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexProp"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexProp",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": 3,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": "simple string no index"<br/> },<br/> {<br/> "@value": "typed literal Prop",<br/> "@type": "http://example.org/type",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": "language-tagged string Prop",<br/> "@language": "en",<br/> "@index": "prop"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_a4f1b95a7f05d7906f1fed0336313f4d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037'> + Test 0037: + <span property='dc:title mf:name'>Expanding @reverse</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037'> + <p lang='en' property='dc:description'>Expanding @reverse keeps @reverse</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0037-in.jsonld' title='Expanding @reverse Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0037-out.jsonld' title='Expanding @reverse Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_15d63589dec74e08695c039b9646bff9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038'> + Test 0038: + <span property='dc:title mf:name'>Expanding blank node labels</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038'> + <p lang='en' property='dc:description'>Blank nodes are not relabeled during expansion</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0038-in.jsonld' title='Expanding blank node labels Input'>{<br/> "@context": {<br/> "term": "_:term",<br/> "termId": { "@id": "term", "@type": "@id" }<br/> },<br/> "@id": "_:term",<br/> "@type": "_:term",<br/> "term": [<br/> {<br/> "@id": "_:term",<br/> "@type": "term"<br/> },<br/> {<br/> "@id": "_:Bx",<br/> "term": "term"<br/> },<br/> "plain value",<br/> {<br/> "@id": "_:term"<br/> }<br/> ],<br/> "termId": [<br/> {<br/> "@id": "_:term",<br/> "@type": "term"<br/> },<br/> {<br/> "@id": "_:Cx",<br/> "term": "termId"<br/> },<br/> "term:AppendedToBlankNode",<br/> "_:termAppendedToBlankNode",<br/> "relativeIri",<br/> {<br/> "@id": "_:term"<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0038-out.jsonld' title='Expanding blank node labels Result'>[<br/> {<br/> "@id": "_:term",<br/> "@type": [<br/> "_:term"<br/> ],<br/> "_:term": [<br/> {<br/> "@id": "_:term",<br/> "@type": [<br/> "_:term"<br/> ]<br/> },<br/> {<br/> "@id": "_:Bx",<br/> "_:term": [<br/> {<br/> "@value": "term"<br/> }<br/> ]<br/> },<br/> {<br/> "@value": "plain value"<br/> },<br/> {<br/> "@id": "_:term"<br/> },<br/> {<br/> "@id": "_:term",<br/> "@type": [<br/> "_:term"<br/> ]<br/> },<br/> {<br/> "@id": "_:Cx",<br/> "_:term": [<br/> {<br/> "@value": "termId"<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "_:termAppendedToBlankNode"<br/> },<br/> {<br/> "@id": "_:termAppendedToBlankNode"<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/relativeIri"<br/> },<br/> {<br/> "@id": "_:term"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_761c63e32e34f17b8c65d21dbe2fea6d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039'> + Test 0039: + <span property='dc:title mf:name'>Using terms in a reverse-maps</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039'> + <p lang='en' property='dc:description'>Terms within @reverse are expanded</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0039-in.jsonld' title='Using terms in a reverse-maps Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "knows": "http://xmlns.com/foaf/0.1/knows"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0039-out.jsonld' title='Using terms in a reverse-maps Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_c37b191aed268057c80bce1c4527ce9f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040'> + Test 0040: + <span property='dc:title mf:name'>language and index expansion on non-objects</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040'> + <p lang='en' property='dc:description'>Only invoke language and index map expansion if the value is a JSON object</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0040-in.jsonld' title='language and index expansion on non-objects Input'>{<br/> "@context": {<br/> "vocab": "http://example.com/vocab/",<br/> "label": {<br/> "@id": "vocab:label",<br/> "@container": "@language"<br/> },<br/> "indexes": {<br/> "@id": "vocab:index",<br/> "@container": "@index"<br/> }<br/> },<br/> "@id": "http://example.com/queen",<br/> "label": [<br/> "The Queen"<br/> ],<br/> "indexes":<br/> [<br/> "No",<br/> "indexes",<br/> { "@id": "asTheValueIsntAnObject" }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0040-out.jsonld' title='language and index expansion on non-objects Result'>[<br/> {<br/> "@id": "http://example.com/queen",<br/> "http://example.com/vocab/label":<br/> [<br/> {<br/> "@value": "The Queen"<br/> }<br/> ],<br/> "http://example.com/vocab/index":<br/> [<br/> {<br/> "@value": "No"<br/> },<br/> {<br/> "@value": "indexes"<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/asTheValueIsntAnObject"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_bfe466d2cab1fdd09384ca4ea6704f4d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041'> + Test 0041: + <span property='dc:title mf:name'>@language: null resets the default language</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041'> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0041-in.jsonld' title='@language: null resets the default language Input'>{<br/> "@context": {<br/> "property": "http://example.com/property",<br/> "nested": "http://example.com/nested",<br/> "@language": "en"<br/> },<br/> "property": "this is English",<br/> "nested": {<br/> "@context": {<br/> "@language": null<br/> },<br/> "property": "and this is a plain string"<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0041-out.jsonld' title='@language: null resets the default language Result'>[<br/> {<br/> "http://example.com/property": [ { "@value": "this is English", "@language": "en" } ],<br/> "http://example.com/nested": [<br/> {<br/> "http://example.com/property": [ { "@value": "and this is a plain string" } ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_0a3ed08bb74045e9c42689f78f6fea30' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042'> + Test 0042: + <span property='dc:title mf:name'>Reverse properties</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042'> + <p lang='en' property='dc:description'>Expanding terms defined as reverse properties uses @reverse in expanded document</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0042-in.jsonld' title='Reverse properties Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0042-out.jsonld' title='Reverse properties Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_7f2b3c20a4dfd08e1cb32980126d8b04' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043'> + Test 0043: + <span property='dc:title mf:name'>Using reverse properties inside a @reverse-container</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043'> + <p lang='en' property='dc:description'>Expanding a reverse property within a @reverse undoes both reversals</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0043-in.jsonld' title='Using reverse properties inside a @reverse-container Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "isKnownBy": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg",<br/> "name": "Gregg Kellogg"<br/> }<br/> ]<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0043-out.jsonld' title='Using reverse properties inside a @reverse-container Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Gregg Kellogg" } ]<br/> }<br/> ],<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_0f2b7dd66c94fb5d9ba686f1ad9c9e65' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044'> + Test 0044: + <span property='dc:title mf:name'>Index maps with language mappings</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044'> + <p lang='en' property='dc:description'>Ensure index maps use language mapping</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0044-in.jsonld' title='Index maps with language mappings Input'>{<br/> "@context": {<br/> "property": { "@id": "http://example.com/vocab/property", "@language": "de" },<br/> "indexMap": { "@id": "http://example.com/vocab/indexMap", "@language": "en", "@container": "@index" }<br/> },<br/> "@id": "http://example.com/node",<br/> "property": [<br/> {<br/> "@id": "http://example.com/propertyValueNode",<br/> "indexMap": {<br/> "expands to english string": "simple string"<br/> }<br/> },<br/> "einfacher String"<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0044-out.jsonld' title='Index maps with language mappings Result'>[<br/> {<br/> "@id": "http://example.com/node",<br/> "http://example.com/vocab/property": [<br/> {<br/> "@id": "http://example.com/propertyValueNode",<br/> "http://example.com/vocab/indexMap": [<br/> {<br/> "@value": "simple string",<br/> "@language": "en",<br/> "@index": "expands to english string"<br/> }<br/> ]<br/> },<br/> {<br/> "@value": "einfacher String",<br/> "@language": "de"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_8238e660e941ec3daf68a2444f4bafb0' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045'> + Test 0045: + <span property='dc:title mf:name'>Top-level value objects</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045'> + <p lang='en' property='dc:description'>Expanding top-level value objects causes them to be removed</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0045-in.jsonld' title='Top-level value objects Input'>{<br/> "@value": "free-floating value"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0045-out.jsonld' title='Top-level value objects Result'>[ ]<br/></pre> + </dd> + <dt id='test_f263a000a15c2e9b12cefe22b26e8845' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046'> + Test 0046: + <span property='dc:title mf:name'>Free-floating nodes</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046'> + <p lang='en' property='dc:description'>Expanding free-floating nodes causes them to be removed</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0046-in.jsonld' title='Free-floating nodes Input'>{<br/> "@graph": [<br/> { "@id": "http://example.com/free-floating-node" },<br/> { "@value": "free-floating value object" },<br/> { "@value": "free-floating value language-tagged string", "@language": "en" },<br/> { "@value": "free-floating value typed value", "@type": "http://example.com/type" },<br/> "free-floating plain string",<br/> true,<br/> false,<br/> null,<br/> 1,<br/> 1.5<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0046-out.jsonld' title='Free-floating nodes Result'>[ ]<br/></pre> + </dd> + <dt id='test_86ab6f953dfb7a8e2287fe95cabd668d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047'> + Test 0047: + <span property='dc:title mf:name'>Free-floating values in sets and free-floating lists</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047'> + <p lang='en' property='dc:description'>Free-floating values in sets are removed, free-floating lists are removed completely</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0047-in.jsonld' title='Free-floating values in sets and free-floating lists Input'>{<br/> "@context": {<br/> "property": "http://example.com/property"<br/> },<br/> "@graph": [<br/> {<br/> "@set": [<br/> "free-floating strings in set objects are removed",<br/> {<br/> "@id": "http://example.com/free-floating-node"<br/> },<br/> {<br/> "@id": "http://example.com/node",<br/> "property": "nodes with properties are not removed"<br/> }<br/> ]<br/> },<br/> {<br/> "@list": [<br/> "lists are removed even though they represent an invisible linked structure, they have no real meaning",<br/> {<br/> "@id": "http://example.com/node-in-free-floating-list",<br/> "property": "everything inside a free-floating list is removed with the list; also nodes with properties"<br/> }<br/> ]<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0047-out.jsonld' title='Free-floating values in sets and free-floating lists Result'>[<br/> {<br/> "@id": "http://example.com/node",<br/> "http://example.com/property": [<br/> {<br/> "@value": "nodes with properties are not removed"<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_a417b11f599d8d5d967130c6a087c373' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048'> + Test 0048: + <span property='dc:title mf:name'>Terms are ignored in @id</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048'> + <p lang='en' property='dc:description'>Values of @id are not expanded as terms</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0048-in.jsonld' title='Terms are ignored in @id Input'>{<br/> "@context": {<br/> "term": "http://example.com/terms-are-not-considered-in-id",<br/> "compact-iris": "http://example.com/compact-iris-",<br/> "property": "http://example.com/property",<br/> "@vocab": "http://example.org/vocab-is-not-considered-for-id"<br/> },<br/> "@id": "term",<br/> "property": [<br/> {<br/> "@id": "compact-iris:are-considered",<br/> "property": "@id supports the following values: relative, absolute, and compact IRIs"<br/> },<br/> {<br/> "@id": "../parent-node",<br/> "property": "relative IRIs get resolved against the document's base IRI"<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0048-out.jsonld' title='Terms are ignored in @id Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/term",<br/> "http://example.com/property": [<br/> {<br/> "@id": "http://example.com/compact-iris-are-considered",<br/> "http://example.com/property": [<br/> { "@value": "@id supports the following values: relative, absolute, and compact IRIs" }<br/> ]<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/parent-node",<br/> "http://example.com/property": [<br/> { "@value": "relative IRIs get resolved against the document's base IRI" }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_3d5e4c58ee4663a37eaed72629728435' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049'> + Test 0049: + <span property='dc:title mf:name'>String values of reverse properties</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049'> + <p lang='en' property='dc:description'>String values of a reverse property with @type: @id are treated as IRIs</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0049-in.jsonld' title='String values of reverse properties Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@type": "@id" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": [<br/> "http://example.com/people/dave",<br/> "http://example.com/people/gregg"<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0049-out.jsonld' title='String values of reverse properties Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave"<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg"<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_b6578b841cf155a7a3d0f66914b26da5' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050'> + Test 0050: + <span property='dc:title mf:name'>Term definitions with prefix separate from prefix definitions</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050'> + <p lang='en' property='dc:description'>Term definitions using compact IRIs don't inherit the definitions of the prefix</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0050-in.jsonld' title='Term definitions with prefix separate from prefix definitions Input'>{<br/> "@context": {<br/> "issue": { "@id": "http://example.com/issue/", "@type": "@id" },<br/> "issue:raisedBy": { "@container": "@set" }<br/> },<br/> "issue": "/issue/1",<br/> "issue:raisedBy": "Markus"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0050-out.jsonld' title='Term definitions with prefix separate from prefix definitions Result'>[<br/> {<br/> "http://example.com/issue/": [ { "@id": "http://json-ld.org/issue/1" } ],<br/> "http://example.com/issue/raisedBy": [ { "@value": "Markus" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_cdded39b73328621a1b7eac54dfc430c' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051'> + Test 0051: + <span property='dc:title mf:name'>Expansion of keyword aliases in term definitions</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051'> + <p lang='en' property='dc:description'>Expanding terms which are keyword aliases</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0051-in.jsonld' title='Expansion of keyword aliases in term definitions Input'>{<br/> "@context": [<br/> { "id": "@id" },<br/> { "url": "id" }<br/> ],<br/> "url": "/issue/1",<br/> "http://example.com/property": "ok"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0051-out.jsonld' title='Expansion of keyword aliases in term definitions Result'>[{<br/> "http://example.com/property": [{<br/> "@value": "ok"<br/> }],<br/> "@id": "http://json-ld.org/issue/1"<br/>}]<br/></pre> + </dd> + <dt id='test_b5f7fb037683a080894d27dd239b55b9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052'> + Test 0052: + <span property='dc:title mf:name'>@vocab-relative IRIs in term definitions</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052'> + <p lang='en' property='dc:description'>If @vocab is defined, term definitions are expanded relative to @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0052-in.jsonld' title='@vocab-relative IRIs in term definitions Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/",<br/> "property": "vocabRelativeProperty"<br/> },<br/> "property": "must expand to http://example.org/vocabRelativeProperty",<br/> "http://example.org/property": "ok"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0052-out.jsonld' title='@vocab-relative IRIs in term definitions Result'>[<br/> {<br/> "http://example.org/property": [ { "@value": "ok" } ],<br/> "http://example.org/vocabRelativeProperty": [ { "@value": "must expand to http://example.org/vocabRelativeProperty" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_9d382a7f9c100560bf14487cb7f66df9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053'> + Test 0053: + <span property='dc:title mf:name'>Expand absolute IRI with @type: @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053'> + <p lang='en' property='dc:description'>Expanding values of properties of @type: @vocab does not further expand absolute IRIs</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0053-in.jsonld' title='Expand absolute IRI with @type: @vocab Input'>{<br/> "@context": {<br/> "term": {"@id": "http://example.org/term", "@type": "@vocab"}<br/> },<br/> "term": "http://example.org/enum"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0053-out.jsonld' title='Expand absolute IRI with @type: @vocab Result'>[{<br/> "http://example.org/term": [{"@id": "http://example.org/enum"}]<br/>}]<br/></pre> + </dd> + <dt id='test_4f6749dc1eadc257025180339b21aa64' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054'> + Test 0054: + <span property='dc:title mf:name'>Expand term with @type: @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054'> + <p lang='en' property='dc:description'>Expanding values of properties of @type: @vocab does not expand term values</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0054-in.jsonld' title='Expand term with @type: @vocab Input'>{<br/> "@context": {<br/> "term": {"@id": "http://example.org/term", "@type": "@vocab"},<br/> "enum": {"@id": "http://example.org/enum"}<br/> },<br/> "term": "enum"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0054-out.jsonld' title='Expand term with @type: @vocab Result'>[{<br/> "http://example.org/term": [{"@id": "http://example.org/enum"}]<br/>}]<br/></pre> + </dd> + <dt id='test_93f88a337c640186229e5ef50f293294' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055'> + Test 0055: + <span property='dc:title mf:name'>Expand @vocab-relative term with @type: @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055'> + <p lang='en' property='dc:description'>Expanding values of properties of @type: @vocab expands relative IRIs using @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0055-in.jsonld' title='Expand @vocab-relative term with @type: @vocab Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/",<br/> "term": {"@id": "http://example.org/term", "@type": "@vocab"}<br/> },<br/> "term": "enum"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0055-out.jsonld' title='Expand @vocab-relative term with @type: @vocab Result'>[{<br/> "http://example.org/term": [{"@id": "http://example.org/enum"}]<br/>}]<br/></pre> + </dd> + <dt id='test_a3db5cbf97877b4fd4a0fc749c7d5a6b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056'> + Test 0056: + <span property='dc:title mf:name'>Use terms with @type: @vocab but not with @type: @id</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056'> + <p lang='en' property='dc:description'>Checks that expansion uses appropriate base depending on term definition having @type @id or @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0056-in.jsonld' title='Use terms with @type: @vocab but not with @type: @id Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "homepage": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@vocab" },<br/> "link": { "@id": "http://example.com/link", "@type": "@id" },<br/> "MarkusHomepage": "http://www.markus-lanthaler.com/",<br/> "relative-iri": "http://example.com/error-if-this-is-used-for-link"<br/> },<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "name": "Markus Lanthaler",<br/> "homepage": "MarkusHomepage",<br/> "link": "relative-iri"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0056-out.jsonld' title='Use terms with @type: @vocab but not with @type: @id Result'>[<br/> {<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "http://xmlns.com/foaf/0.1/homepage": [ { "@id": "http://www.markus-lanthaler.com/" } ],<br/> "http://example.com/link": [ { "@id": "http://json-ld.org/test-suite/tests/relative-iri" } ],<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_5edaed2dc53cfeac1126bbff64cae176' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057'> + Test 0057: + <span property='dc:title mf:name'>Expand relative IRI with @type: @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057'> + <p lang='en' property='dc:description'>Relative values of terms with @type: @vocab expand relative to @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0057-in.jsonld' title='Expand relative IRI with @type: @vocab Input'>{<br/> "@context": {<br/> "term": { "@id": "http://example.org/term", "@type": "@vocab" }<br/> },<br/> "term": "not-a-term-thus-a-relative-IRI"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0057-out.jsonld' title='Expand relative IRI with @type: @vocab Result'>[<br/> {<br/> "http://example.org/term": [ { "@id": "http://json-ld.org/test-suite/tests/not-a-term-thus-a-relative-IRI" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_9644f33de4e562cb2a1e675eb8579275' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058'> + Test 0058: + <span property='dc:title mf:name'>Expand compact IRI with @type: @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058'> + <p lang='en' property='dc:description'>Compact IRIs are expanded normally even if term has @type: @vocab</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0058-in.jsonld' title='Expand compact IRI with @type: @vocab Input'>{<br/> "@context": {<br/> "term": { "@id": "http://example.org/term", "@type": "@vocab" },<br/> "prefix": "http://example.com/vocab#"<br/> },<br/> "term": "prefix:suffix"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0058-out.jsonld' title='Expand compact IRI with @type: @vocab Result'>[<br/> {<br/> "http://example.org/term": [ { "@id": "http://example.com/vocab#suffix" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_02a84c00bb064b6c4b6143e633f7594f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059'> + Test 0059: + <span property='dc:title mf:name'>Reset @vocab by setting it to null</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059'> + <p lang='en' property='dc:description'>Setting @vocab to null removes a previous definition</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0059-in.jsonld' title='Reset @vocab by setting it to null Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/vocab#"<br/> },<br/> "@id": "example-with-vocab",<br/> "@type": "vocab-prefixed",<br/> "property": "property expanded using @vocab",<br/> "embed": {<br/> "@context": {<br/> "@vocab": null<br/> },<br/> "@id": "example-vocab-reset",<br/> "@type": "document-relative",<br/> "property": "@vocab reset, property will be dropped"<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0059-out.jsonld' title='Reset @vocab by setting it to null Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example-with-vocab",<br/> "@type": [ "http://example.org/vocab#vocab-prefixed" ],<br/> "http://example.org/vocab#embed": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example-vocab-reset",<br/> "@type": [ "http://json-ld.org/test-suite/tests/document-relative" ]<br/> }<br/> ],<br/> "http://example.org/vocab#property": [ { "@value": "property expanded using @vocab" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_75d01ef02382a1a4ea664e07111d6077' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060'> + Test 0060: + <span property='dc:title mf:name'>Overwrite document base with @base and reset it again</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060'> + <p lang='en' property='dc:description'>Setting @base to an IRI and then resetting it to nil</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0060-in.jsonld' title='Overwrite document base with @base and reset it again Input'>{<br/> "@context": {<br/> "property": "http://example.com/vocab#property"<br/> },<br/> "@id": "../document-relative",<br/> "@type": "#document-relative",<br/> "property": {<br/> "@context": {<br/> "@base": "http://example.org/test/"<br/> },<br/> "@id": "../document-base-overwritten",<br/> "@type": "#document-base-overwritten",<br/> "property": [<br/> {<br/> "@context": null,<br/> "@id": "../document-relative",<br/> "@type": "#document-relative",<br/> "property": "context completely reset, drops property"<br/> },<br/> {<br/> "@context": {<br/> "@base": null<br/> },<br/> "@id": "../document-relative",<br/> "@type": "#document-relative",<br/> "property": "only @base is cleared"<br/> }<br/> ]<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0060-out.jsonld' title='Overwrite document base with @base and reset it again Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/document-relative",<br/> "@type": [ "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld#document-relative" ],<br/> "http://example.com/vocab#property": [<br/> {<br/> "@id": "http://example.org/document-base-overwritten",<br/> "@type": [ "http://example.org/test/#document-base-overwritten" ],<br/> "http://example.com/vocab#property": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/document-relative",<br/> "@type": [ "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld#document-relative" ]<br/> },<br/> {<br/> "@id": "../document-relative",<br/> "@type": [ "#document-relative" ],<br/> "http://example.com/vocab#property": [ { "@value": "only @base is cleared" } ]<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_d068435e684524b51678e214d7447338' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061'> + Test 0061: + <span property='dc:title mf:name'>Coercing native types to arbitrary datatypes</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061'> + <p lang='en' property='dc:description'>Expanding native types when coercing to arbitrary datatypes</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0061-in.jsonld' title='Coercing native types to arbitrary datatypes Input'>{<br/> "@context": {<br/> "property": {<br/> "@id": "http://example.com/property",<br/> "@type": "http://example.com/datatype"<br/> }<br/> },<br/> "property": [ 1, true, false, 5.1 ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0061-out.jsonld' title='Coercing native types to arbitrary datatypes Result'>[<br/> {<br/> "http://example.com/property": [<br/> { "@value": 1, "@type": "http://example.com/datatype" },<br/> { "@value": true, "@type": "http://example.com/datatype" },<br/> { "@value": false, "@type": "http://example.com/datatype" },<br/> { "@value": 5.1, "@type": "http://example.com/datatype" }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_33ac973fae11f33795afd16a647503b5' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062'> + Test 0062: + <span property='dc:title mf:name'>Various relative IRIs with with @base</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062'> + <p lang='en' property='dc:description'>Pathological relative IRIs</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0062-in.jsonld' title='Various relative IRIs with with @base Input'>{<br/> "@context": {<br/> "@base": "http://example.com/some/deep/directory/and/file#with-a-fragment",<br/> "links": { "@id": "http://www.example.com/link", "@type": "@id", "@container": "@list" }<br/> },<br/> "@id": "relativeIris",<br/> "@type": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "../../../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative"<br/> ],<br/> "links": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "./../../../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative",<br/> "//example.org/../scheme-relative",<br/> "//example.org/.././useless/../../scheme-relative"<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0062-out.jsonld' title='Various relative IRIs with with @base Result'>[<br/> {<br/> "@id": "http://example.com/some/deep/directory/and/relativeIris",<br/> "@type": [<br/> "http://example.com/some/deep/directory/and/link",<br/> "http://example.com/some/deep/directory/and/file#fragment-works",<br/> "http://example.com/some/deep/directory/and/file?query=works",<br/> "http://example.com/some/deep/directory/and/",<br/> "http://example.com/some/deep/directory/",<br/> "http://example.com/some/deep/directory/parent",<br/> "http://example.com/some/deep/parent-parent-eq-root",<br/> "http://example.com/still-root",<br/> "http://example.com/too-many-dots",<br/> "http://example.com/absolute",<br/> "http://example.org/scheme-relative"<br/> ],<br/> "http://www.example.com/link": [ {<br/> "@list": [<br/> { "@id": "http://example.com/some/deep/directory/and/link" },<br/> { "@id": "http://example.com/some/deep/directory/and/file#fragment-works" },<br/> { "@id": "http://example.com/some/deep/directory/and/file?query=works" },<br/> { "@id": "http://example.com/some/deep/directory/and/" },<br/> { "@id": "http://example.com/some/deep/directory/" },<br/> { "@id": "http://example.com/some/deep/directory/parent" },<br/> { "@id": "http://example.com/some/deep/parent-parent-eq-root" },<br/> { "@id": "http://example.com/still-root" },<br/> { "@id": "http://example.com/too-many-dots" },<br/> { "@id": "http://example.com/absolute" },<br/> { "@id": "http://example.org/scheme-relative" },<br/> { "@id": "http://example.org/scheme-relative" },<br/> { "@id": "http://example.org/scheme-relative" }<br/> ]<br/> } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_c3cb22baf4165bc4a2a500492f024837' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063'> + Test 0063: + <span property='dc:title mf:name'>Reverse property and index container</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063'> + <p lang='en' property='dc:description'>Expaning reverse properties with an index-container</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0063-in.jsonld' title='Reverse property and index container Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@container": "@index" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": {<br/> "Dave": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> "Gregg": {<br/> "@id": "http://example.com/people/gregg",<br/> "name": "Gregg Kellogg"<br/> }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0063-out.jsonld' title='Reverse property and index container Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "@index": "Dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg",<br/> "@index": "Gregg",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Gregg Kellogg" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_6291c77496bb2a2f0c7498ee90d49966' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064'> + Test 0064: + <span property='dc:title mf:name'>bnode values of reverse properties</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064'> + <p lang='en' property='dc:description'>Expand reverse property whose values are unlabeled blank nodes</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0064-in.jsonld' title='bnode values of reverse properties Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": [<br/> {<br/> "name": "Dave Longley"<br/> },<br/> {<br/> "name": "Gregg Kellogg"<br/> }<br/> ]<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0064-out.jsonld' title='bnode values of reverse properties Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> },<br/> {<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Gregg Kellogg" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_acc6d9fbe49f93a05dedfd3049c125ac' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065'> + Test 0065: + <span property='dc:title mf:name'>Drop unmapped keys in reverse map</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065'> + <p lang='en' property='dc:description'>Keys that are not mapped to an IRI in a reverse-map are dropped</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0065-in.jsonld' title='Drop unmapped keys in reverse map Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "knows": "http://xmlns.com/foaf/0.1/knows"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> "relative-iri": {<br/> "@id": "relative-node",<br/> "name": "Keys that are not mapped to an IRI in a reverse-map are dropped"<br/> }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0065-out.jsonld' title='Drop unmapped keys in reverse map Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_6026cd43b7039a0586c06e4a67477cbb' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066'> + Test 0066: + <span property='dc:title mf:name'>Reverse-map keys with @vocab</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066'> + <p lang='en' property='dc:description'>Expand uses @vocab to expand keys in reverse-maps</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0066-in.jsonld' title='Reverse-map keys with @vocab Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "knows": "http://xmlns.com/foaf/0.1/knows",<br/> "@vocab": "http://example.com/vocab/"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> "noTerm": {<br/> "@id": "relative-node",<br/> "name": "Compact keys using @vocab"<br/> }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0066-out.jsonld' title='Reverse-map keys with @vocab Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ],<br/> "http://example.com/vocab/noTerm": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/relative-node",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Compact keys using @vocab" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_69d9d5cb5e9a5deaa51fe95122486a56' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067'> + Test 0067: + <span property='dc:title mf:name'>prefix://suffix not a compact IRI</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067'> + <p lang='en' property='dc:description'>prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0067-in.jsonld' title='prefix://suffix not a compact IRI Input'>{<br/> "@context": {<br/> "http": "http://example.com/this-prefix-would-overwrite-all-http-iris"<br/> },<br/> "@id": "http://example.org/node1",<br/> "@type": "http://example.org/type",<br/> "http://example.org/property": "all these IRIs remain unchanged because they are interpreted as absolute IRIs"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0067-out.jsonld' title='prefix://suffix not a compact IRI Result'>[<br/> {<br/> "@id": "http://example.org/node1",<br/> "@type": ["http://example.org/type"],<br/> "http://example.org/property": [<br/> { "@value": "all these IRIs remain unchanged because they are interpreted as absolute IRIs" }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_a9d2b19b2ad03217da932e4b322505c9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068'> + Test 0068: + <span property='dc:title mf:name'>_:suffix values are not a compact IRI</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068'> + <p lang='en' property='dc:description'>prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0068-in.jsonld' title='_:suffix values are not a compact IRI Input'>{<br/> "@context": {<br/> "_": "http://example.com/this-prefix-would-overwrite-all-blank-node-identifiers"<br/> },<br/> "@id": "_:node1",<br/> "@type": "_:type",<br/> "_:property": "all these IRIs remain unchanged because they are interpreted as blank node identifiers"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0068-out.jsonld' title='_:suffix values are not a compact IRI Result'>[<br/> {<br/> "@id": "_:node1",<br/> "@type": [ "_:type" ],<br/> "_:property": [<br/> { "@value": "all these IRIs remain unchanged because they are interpreted as blank node identifiers" }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_8d0172557b1a3eaaa95912187fdbe7f3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069'> + Test 0069: + <span property='dc:title mf:name'>Compact IRI as term with type mapping</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069'> + <p lang='en' property='dc:description'>Redefine compact IRI to define type mapping using the compact IRI itself as value of @id</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0069-in.jsonld' title='Compact IRI as term with type mapping Input'>{<br/> "@context": {<br/> "rdfs": "http://www.w3.org/2000/01/rdf-schema#",<br/> "rdfs:subClassOf": { "@id": "rdfs:subClassOf", "@type": "@id" }<br/> },<br/> "@id": "http://example.com/vocab#class",<br/> "@type": "rdfs:Class",<br/> "rdfs:subClassOf": "http://example.com/vocab#someOtherClass"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0069-out.jsonld' title='Compact IRI as term with type mapping Result'>[<br/> {<br/> "@id": "http://example.com/vocab#class",<br/> "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class" ],<br/> "http://www.w3.org/2000/01/rdf-schema#subClassOf": [<br/> { "@id": "http://example.com/vocab#someOtherClass"}<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_00415a21708127e75f67425e12d10761' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070'> + Test 0070: + <span property='dc:title mf:name'>Compact IRI as term defined using equivalent compact IRI</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070'> + <p lang='en' property='dc:description'>Redefine compact IRI to define type mapping using the compact IRI itself as string value</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0070-in.jsonld' title='Compact IRI as term defined using equivalent compact IRI Input'>{<br/> "@context": {<br/> "prefix": "http://www.example.org/vocab#",<br/> "prefix:foo": "prefix:foo"<br/> },<br/> "@id": "http://example.com/vocab#id",<br/> "@type": "prefix:Class",<br/> "prefix:foo": "bar"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0070-out.jsonld' title='Compact IRI as term defined using equivalent compact IRI Result'>[<br/> {<br/> "@id": "http://example.com/vocab#id",<br/> "@type": [ "http://www.example.org/vocab#Class" ],<br/> "http://www.example.org/vocab#foo": [<br/> { "@value": "bar"}<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_71fb227fe49f4333659a9da759fbc555' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071'> + Test 0071: + <span property='dc:title mf:name'>Redefine terms looking like compact IRIs</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071'> + <p lang='en' property='dc:description'>Term definitions may look like compact IRIs</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0071-in.jsonld' title='Redefine terms looking like compact IRIs Input'>{<br/> "@context": [<br/> {<br/> "v": "http://example.com/vocab#",<br/> "v:term": "v:somethingElse",<br/> "v:termId": { "@id": "v:somethingElseId" }<br/> },<br/> {<br/> "v:term": "v:term",<br/> "v:termId": { "@id": "v:termId" }<br/> }<br/> ],<br/> "v:term": "value of v:term",<br/> "v:termId": "value of v:termId"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0071-out.jsonld' title='Redefine terms looking like compact IRIs Result'>[<br/> {<br/> "http://example.com/vocab#term": [<br/> { "@value": "value of v:term" }<br/> ],<br/> "http://example.com/vocab#termId": [<br/> { "@value": "value of v:termId" }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_17f279996d2744c452505740651ae56f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072'> + Test 0072: + <span property='dc:title mf:name'>Redefine term using @vocab, not itself</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072'> + <p lang='en' property='dc:description'>Redefining a term as itself when @vocab is defined uses @vocab, not previous term definition</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0072-in.jsonld' title='Redefine term using @vocab, not itself Input'>{<br/> "@context": [<br/> {<br/> "v": "http://example.com/vocab#",<br/> "term": "v:somethingElse"<br/> },<br/> {<br/> "@vocab": "http://example.com/anotherVocab#",<br/> "term": "term"<br/> }<br/> ],<br/> "term": "value of term"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0072-out.jsonld' title='Redefine term using @vocab, not itself Result'>[<br/> {<br/> "http://example.com/anotherVocab#term": [<br/> { "@value": "value of term" }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_8400108fdfc367eb2220a1c0e9ed78cb' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073'> + Test 0073: + <span property='dc:title mf:name'>@context not first property</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073'> + <p lang='en' property='dc:description'>Objects are unordered, so serialized node definition containing @context may have @context at the end of the node definition</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0073-in.jsonld' title='@context not first property Input'>{<br/> "@id": "ex:node1",<br/> "owl:sameAs": {<br/> "@id": "ex:node2",<br/> "rdfs:label": "Node 2",<br/> "link": "ex:node3",<br/> "@context": {<br/> "rdfs": "http://www.w3.org/2000/01/rdf-schema#"<br/> }<br/> },<br/> "@context": {<br/> "ex": "http://example.org/",<br/> "owl": "http://www.w3.org/2002/07/owl#",<br/> "link": { "@id": "ex:link", "@type": "@id" }<br/> }<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0073-out.jsonld' title='@context not first property Result'>[<br/> {<br/> "@id": "http://example.org/node1",<br/> "http://www.w3.org/2002/07/owl#sameAs": [<br/> {<br/> "@id": "http://example.org/node2",<br/> "http://example.org/link": [<br/> { "@id": "http://example.org/node3" }<br/> ],<br/> "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Node 2" } ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_d16ace1c40a3c0a87949ff175f59a034' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074'> + Test 0074: + <span property='dc:title mf:name'>@id not first property</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074'> + <p lang='en' property='dc:description'>Objects are unordered, so serialized node definition containing @id may have @id at the end of the node definition</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0074-in.jsonld' title='@id not first property Input'>{<br/> "@context": {<br/> "ex": "http://example.org/",<br/> "owl": "http://www.w3.org/2002/07/owl#",<br/> "link": {<br/> "@id": "ex:link",<br/> "@type": "@id"<br/> }<br/> },<br/> "owl:sameAs": {<br/> "@context": {<br/> "rdfs": "http://www.w3.org/2000/01/rdf-schema#"<br/> },<br/> "rdfs:label": "Node 2",<br/> "link": "ex:node3",<br/> "@id": "ex:node2"<br/> },<br/> "@id": "ex:node1"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0074-out.jsonld' title='@id not first property Result'>[<br/> {<br/> "@id": "http://example.org/node1",<br/> "http://www.w3.org/2002/07/owl#sameAs": [<br/> {<br/> "@id": "http://example.org/node2",<br/> "http://example.org/link": [<br/> { "@id": "http://example.org/node3" }<br/> ],<br/> "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Node 2" } ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> + </dd> + <dt id='test_e79ab0b007c9404f327c173831db3146' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075'> + Test 0075: + <span property='dc:title mf:name'>@vocab as blank node identifier</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075'> + <p lang='en' property='dc:description'>Use @vocab to map all properties to blank node identifiers</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0075-in.jsonld' title='@vocab as blank node identifier Input'>{<br/> "@context": {<br/> "@vocab": "_:"<br/> },<br/> "@id": "ex:node1",<br/> "b1": "blank node property 1",<br/> "b2": "blank node property 1"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0075-out.jsonld' title='@vocab as blank node identifier Result'>[<br/> {<br/> "@id": "ex:node1",<br/> "_:b1": [ { "@value": "blank node property 1" } ],<br/> "_:b2": [ { "@value": "blank node property 1" } ]<br/> }<br/>]<br/></pre> + </dd> + </div> + <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld'> + <dt id='test_50da1a1d0d8f5998a760b8ae03cfa651' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001'> + Test 0001: + <span property='dc:title mf:name'>Keywords cannot be aliased to other keywords</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001'> + <p lang='en' property='dc:description'>Verifies that an exception callback is invoked when aliasing a keyword to another keyword</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld' title='Keywords cannot be aliased to other keywords Input'>{<br/> "@context": {<br/> "@type": "@id"<br/> },<br/> "@type": "http://example.org/type"<br/>}<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/keyword redefinition' title='Keywords cannot be aliased to other keywords Result'>http://json-ld.org/test-suite/tests/keyword redefinition not loaded</pre> + </dd> + </div> <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld'> <dt id='test_8221dfb95c8d7e917c7e95b5448041f7' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001'> Test 0001: @@ -24777,692 +29469,50 @@ <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0112-in.jsonld' title='Redefine term using @vocab, not itself Input'>{<br/> "@context": [<br/> {<br/> "v": "http://example.com/vocab#",<br/> "term": "v:somethingElse"<br/> },<br/> {<br/> "@vocab": "http://example.com/anotherVocab#",<br/> "term": "term"<br/> }<br/> ],<br/> "term": "value of term"<br/>}<br/></pre> <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0112-out.nq' title='Redefine term using @vocab, not itself Result'>_:b0 <http://example.com/anotherVocab#term> "value of term" .<br/></pre> </dd> - </div> - <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld'> - <dt id='test_50da1a1d0d8f5998a760b8ae03cfa651' resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001'> - Test 0001: - <span property='dc:title mf:name'>Keywords cannot be aliased to other keywords</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/error-expand-manifest.jsonld#t0001'> - <p lang='en' property='dc:description'>Verifies that an exception callback is invoked when aliasing a keyword to another keyword</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/error-expand-0001-in.jsonld' title='Keywords cannot be aliased to other keywords Input'>{<br/> "@context": {<br/> "@type": "@id"<br/> },<br/> "@type": "http://example.org/type"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/keyword redefinition' title='Keywords cannot be aliased to other keywords Result'>http://json-ld.org/test-suite/tests/keyword redefinition not loaded</pre> - </dd> - </div> - <div inlist='inlist' property='mf:entries' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld'> - <dt id='test_30400bd733cda10ec34b060e31bee342' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001'> - Test 0001: - <span property='dc:title mf:name'>drop free-floating nodes</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001'> - <p lang='en' property='dc:description'>Expand drops unreferenced nodes having only @id</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0001-in.jsonld' title='drop free-floating nodes Input'>{"@id": "http://example.org/test#example"}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0001-out.jsonld' title='drop free-floating nodes Result'>[ ]<br/></pre> - </dd> - <dt id='test_8c412a36834c515309821805111f3170' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002'> - Test 0002: - <span property='dc:title mf:name'>basic</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002'> - <p lang='en' property='dc:description'>Expanding terms with different types of values</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0002-in.jsonld' title='basic Input'>{<br/> "@context": {<br/> "t1": "http://example.com/t1",<br/> "t2": "http://example.com/t2",<br/> "term1": "http://example.com/term1",<br/> "term2": "http://example.com/term2",<br/> "term3": "http://example.com/term3",<br/> "term4": "http://example.com/term4",<br/> "term5": "http://example.com/term5"<br/> },<br/> "@id": "http://example.com/id1",<br/> "@type": "t1",<br/> "term1": "v1",<br/> "term2": {"@value": "v2", "@type": "t2"},<br/> "term3": {"@value": "v3", "@language": "en"},<br/> "term4": 4,<br/> "term5": [50, 51]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0002-out.jsonld' title='basic Result'>[{<br/> "@id": "http://example.com/id1",<br/> "@type": ["http://example.com/t1"],<br/> "http://example.com/term1": [{"@value": "v1"}],<br/> "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],<br/> "http://example.com/term3": [{"@value": "v3", "@language": "en"}],<br/> "http://example.com/term4": [{"@value": 4}],<br/> "http://example.com/term5": [{"@value": 50}, {"@value": 51}]<br/>}]</pre> - </dd> - <dt id='test_6fb15d01d55e323c1d40c908af0025cf' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003'> - Test 0003: - <span property='dc:title mf:name'>drop null and unmapped properties</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003'> - <p lang='en' property='dc:description'>Verifies that null values and unmapped properties are removed from expanded output</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0003-in.jsonld' title='drop null and unmapped properties Input'>{<br/> "@id": "http://example.org/id",<br/> "http://example.org/property": null,<br/> "regularJson": {<br/> "nonJsonLd": "property",<br/> "deep": [{<br/> "foo": "bar"<br/> }, {<br/> "bar": "foo"<br/> }]<br/> }<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0003-out.jsonld' title='drop null and unmapped properties Result'>[ ]<br/></pre> - </dd> - <dt id='test_46ca05e212eb3f5df12a5ce1240d1a1d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004'> - Test 0004: - <span property='dc:title mf:name'>optimize @set, keep empty arrays</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004'> - <p lang='en' property='dc:description'>Uses of @set are removed in expansion; values of @set, or just plain values which are empty arrays are retained</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0004-in.jsonld' title='optimize @set, keep empty arrays Input'>{<br/> "@context": {<br/> "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},<br/> "mylist2": {"@id": "http://example.com/mylist2", "@container": "@list"},<br/> "myset2": {"@id": "http://example.com/myset2", "@container": "@set"},<br/> "myset3": {"@id": "http://example.com/myset3", "@container": "@set"}<br/> },<br/> "@id": "http://example.org/id",<br/> "mylist1": { "@list": [ ] },<br/> "mylist2": "one item",<br/> "myset2": { "@set": [ ] },<br/> "myset3": [ "v1" ],<br/> "http://example.org/list1": { "@list": [ null ] },<br/> "http://example.org/list2": { "@list": [ {"@value": null} ] },<br/> "http://example.org/set1": { "@set": [ ] },<br/> "http://example.org/set1": { "@set": [ null ] },<br/> "http://example.org/set3": [ ],<br/> "http://example.org/set4": [ null ],<br/> "http://example.org/set5": "one item",<br/> "http://example.org/property": { "@list": "one item" }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0004-out.jsonld' title='optimize @set, keep empty arrays Result'>[{<br/> "@id": "http://example.org/id",<br/> "http://example.com/mylist1": [ { "@list": [ ] } ],<br/> "http://example.com/mylist2": [ { "@list": [ {"@value": "one item"} ] } ],<br/> "http://example.com/myset2": [ ],<br/> "http://example.com/myset3": [ {"@value": "v1"} ],<br/> "http://example.org/list1": [ { "@list": [ ] } ],<br/> "http://example.org/list2": [ { "@list": [ ] } ],<br/> "http://example.org/set1": [ ],<br/> "http://example.org/set1": [ ],<br/> "http://example.org/set3": [ ],<br/> "http://example.org/set4": [ ],<br/> "http://example.org/set5": [ {"@value": "one item"} ],<br/> "http://example.org/property": [ { "@list": [ {"@value": "one item"} ] } ]<br/>}]<br/></pre> - </dd> - <dt id='test_b508ab4f88c7b5481c2cf64e2737b30f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005'> - Test 0005: - <span property='dc:title mf:name'>do not expand aliased @id/@type</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005'> - <p lang='en' property='dc:description'>If a keyword is aliased, it is not used when expanding</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0005-in.jsonld' title='do not expand aliased @id/@type Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "homepage": {<br/> "@id": "http://xmlns.com/foaf/0.1/homepage",<br/> "@type": "@id"<br/> },<br/> "know": "http://xmlns.com/foaf/0.1/knows",<br/> "@iri": "@id"<br/> },<br/> "@id": "#me",<br/> "know": [<br/> {<br/> "@id": "http://example.com/bob#me",<br/> "name": "Bob",<br/> "homepage": "http://example.com/bob"<br/> }, {<br/> "@id": "http://example.com/alice#me",<br/> "name": "Alice",<br/> "homepage": "http://example.com/alice"<br/> }<br/> ]<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0005-out.jsonld' title='do not expand aliased @id/@type Result'>[{<br/> "@id": "http://json-ld.org/test-suite/tests/expand-0005-in.jsonld#me",<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/bob#me",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Bob"}],<br/> "http://xmlns.com/foaf/0.1/homepage": [{<br/> "@id": "http://example.com/bob"<br/> }]<br/> }, {<br/> "@id": "http://example.com/alice#me",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Alice"}],<br/> "http://xmlns.com/foaf/0.1/homepage": [{<br/> "@id": "http://example.com/alice"<br/> }]<br/> }<br/> ]<br/>}]</pre> - </dd> - <dt id='test_64ebeef021e3a1db53968ce489eb7667' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006'> - Test 0006: - <span property='dc:title mf:name'>alias keywords</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006'> - <p lang='en' property='dc:description'>Aliased keywords expand in resulting document</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0006-in.jsonld' title='alias keywords Input'>{<br/> "@context": {<br/> "http://example.org/test#property1": {<br/> "@type": "@id"<br/> },<br/> "http://example.org/test#property2": {<br/> "@type": "@id"<br/> },<br/> "uri": "@id"<br/> },<br/> "http://example.org/test#property1": {<br/> "http://example.org/test#property4": "foo",<br/> "uri": "http://example.org/test#example2"<br/> },<br/> "http://example.org/test#property2": "http://example.org/test#example3",<br/> "http://example.org/test#property3": {<br/> "uri": "http://example.org/test#example4"<br/> },<br/> "uri": "http://example.org/test#example1"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0006-out.jsonld' title='alias keywords Result'>[{<br/> "@id": "http://example.org/test#example1",<br/> "http://example.org/test#property1": [{<br/> "@id": "http://example.org/test#example2",<br/> "http://example.org/test#property4": [{"@value": "foo"}]<br/> }],<br/> "http://example.org/test#property2": [{<br/> "@id": "http://example.org/test#example3"<br/> }],<br/> "http://example.org/test#property3": [{<br/> "@id": "http://example.org/test#example4"<br/> }]<br/>}]</pre> - </dd> - <dt id='test_1c8bfb88b1e97399a84e0e23cb10e40b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007'> - Test 0007: - <span property='dc:title mf:name'>date type-coercion</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007'> - <p lang='en' property='dc:description'>Expand strings to expanded value with @type: xsd:dateTime</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0007-in.jsonld' title='date type-coercion Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#",<br/> "ex:date": {<br/> "@type": "xsd:dateTime"<br/> },<br/> "ex:parent": {<br/> "@type": "@id"<br/> },<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@id": "http://example.org/test#example1",<br/> "ex:date": "2011-01-25T00:00:00Z",<br/> "ex:embed": {<br/> "@id": "http://example.org/test#example2",<br/> "ex:parent": "http://example.org/test#example1"<br/> }<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0007-out.jsonld' title='date type-coercion Result'>[{<br/> "@id": "http://example.org/test#example1",<br/> "http://example.org/vocab#date": [{<br/> "@value": "2011-01-25T00:00:00Z",<br/> "@type": "http://www.w3.org/2001/XMLSchema#dateTime"<br/> }],<br/> "http://example.org/vocab#embed": [{<br/> "@id": "http://example.org/test#example2",<br/> "http://example.org/vocab#parent": [{<br/> "@id": "http://example.org/test#example1"<br/> }]<br/> }]<br/>}]</pre> - </dd> - <dt id='test_639f33a04dbd664474ab488f891c5496' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008'> - Test 0008: - <span property='dc:title mf:name'>@value with @language</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008'> - <p lang='en' property='dc:description'>Keep expanded values with @language, drop non-conforming value objects containing just @language</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0008-in.jsonld' title='@value with @language Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#"<br/> },<br/> "@id": "http://example.org/test",<br/> "ex:test": { "@value": "test", "@language": "en" },<br/> "ex:drop-lang-only": { "@language": "en" },<br/> "ex:keep-full-value": { "@value": "only value" }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0008-out.jsonld' title='@value with @language Result'>[<br/> {<br/> "@id": "http://example.org/test",<br/> "http://example.org/vocab#test": [ { "@value": "test", "@language": "en" } ],<br/> "http://example.org/vocab#keep-full-value": [ {"@value": "only value"} ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_fc3e08bc600239177804ec8be79b64fd' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009'> - Test 0009: - <span property='dc:title mf:name'>@graph with terms</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009'> - <p lang='en' property='dc:description'>Use of @graph to contain multiple nodes within array</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0009-in.jsonld' title='@graph with terms Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> }<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "authored": "http://example.org/test#chapter",<br/> "name": "Jane"<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0009-out.jsonld' title='@graph with terms Result'>[<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "http://purl.org/dc/elements/1.1/description": [{"@value": "Fun"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Chapter One"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://example.org/vocab#authored": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Jane"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "John"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/contributor": [{"@value": "Writer"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "My Book"}]<br/> }]<br/> }<br/>]</pre> - </dd> - <dt id='test_c44d7caa68a769857cd333691253bef4' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010'> - Test 0010: - <span property='dc:title mf:name'>native types</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010'> - <p lang='en' property='dc:description'>Expanding native scalar retains native scalar within expanded value</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0010-in.jsonld' title='native types Input'>{<br/> "@context": {<br/> "d": "http://purl.org/dc/elements/1.1/",<br/> "e": "http://example.org/vocab#",<br/> "f": "http://xmlns.com/foaf/0.1/",<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@id": "http://example.org/test",<br/> "e:bool": true,<br/> "e:int": 123<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0010-out.jsonld' title='native types Result'>[{<br/> "@id": "http://example.org/test",<br/> "http://example.org/vocab#bool": [{"@value": true}],<br/> "http://example.org/vocab#int": [{"@value": 123}]<br/>}]</pre> - </dd> - <dt id='test_ab6ef2da0eed998d968827642bfc4c7b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011'> - Test 0011: - <span property='dc:title mf:name'>coerced @id</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011'> - <p lang='en' property='dc:description'>A value of a property with @type: @id coercion expands to a node reference</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0011-in.jsonld' title='coerced @id Input'>{<br/> "@context": {<br/> "dc": "http://purl.org/dc/elements/1.1/",<br/> "ex": "http://example.org/vocab#",<br/> "ex:contains": {<br/> "@type": "@id"<br/> },<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@id": "http://example.org/test#book",<br/> "dc:title": "Title",<br/> "ex:contains": "http://example.org/test#chapter"<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0011-out.jsonld' title='coerced @id Result'>[{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Title"}]<br/>}]</pre> - </dd> - <dt id='test_43239674aca32af2715ec3d69cbac162' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012'> - Test 0012: - <span property='dc:title mf:name'>@graph with embed</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012'> - <p lang='en' property='dc:description'>Use of @graph to contain multiple nodes within array</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0012-in.jsonld' title='@graph with embed Input'>{<br/> "@context": {<br/> "dc": "http://purl.org/dc/elements/1.1/",<br/> "ex": "http://example.org/vocab#",<br/> "ex:authored": {<br/> "@type": "@id"<br/> },<br/> "ex:contains": {<br/> "@type": "@id"<br/> },<br/> "foaf": "http://xmlns.com/foaf/0.1/",<br/> "xsd": "http://www.w3.org/2001/XMLSchema#"<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "dc:description": "Fun",<br/> "dc:title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "ex:authored": "http://example.org/test#chapter",<br/> "foaf:name": "Jane"<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "foaf:name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "ex:contains": {<br/> "@id": "http://example.org/test#book",<br/> "dc:contributor": "Writer",<br/> "dc:title": "My Book",<br/> "ex:contains": "http://example.org/test#chapter"<br/> }<br/> }<br/> ]<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0012-out.jsonld' title='@graph with embed Result'>[<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "http://purl.org/dc/elements/1.1/description": [{"@value": "Fun"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Chapter One"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://example.org/vocab#authored": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Jane"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "John"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/contributor": [{"@value": "Writer"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "My Book"}]<br/> }]<br/> }<br/>]</pre> - </dd> - <dt id='test_d9b2850b69f56067af4ec560432f024d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013'> - Test 0013: - <span property='dc:title mf:name'>expand already expanded</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013'> - <p lang='en' property='dc:description'>Expand does not mess up already expanded document</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0013-in.jsonld' title='expand already expanded Input'>[{<br/> "@id": "http://example.com/id1",<br/> "@type": ["http://example.com/t1"],<br/> "http://example.com/term1": ["v1"],<br/> "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],<br/> "http://example.com/term3": [{"@value": "v3", "@language": "en"}],<br/> "http://example.com/term4": [4],<br/> "http://example.com/term5": [50, 51]<br/>}]</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0013-out.jsonld' title='expand already expanded Result'>[{<br/> "@id": "http://example.com/id1",<br/> "@type": ["http://example.com/t1"],<br/> "http://example.com/term1": [{"@value": "v1"}],<br/> "http://example.com/term2": [{"@value": "v2", "@type": "http://example.com/t2"}],<br/> "http://example.com/term3": [{"@value": "v3", "@language": "en"}],<br/> "http://example.com/term4": [{"@value": 4}],<br/> "http://example.com/term5": [{"@value": 50}, {"@value": 51}]<br/>}]</pre> - </dd> - <dt id='test_131dee302981a63e9cf25191a0b04fed' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014'> - Test 0014: - <span property='dc:title mf:name'>@set of @value objects with keyword aliases</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014'> - <p lang='en' property='dc:description'>Expanding aliased @set and @value</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0014-in.jsonld' title='@set of @value objects with keyword aliases Input'>{<br/> "@context": {<br/> "ex": "http://example.org/test#",<br/> "property1": {<br/> "@id": "http://example.org/test#property1",<br/> "@type": "@id"<br/> },<br/> "property2": {<br/> "@id": "ex:property2",<br/> "@type": "@id"<br/> },<br/> "uri": "@id",<br/> "set": "@set",<br/> "value": "@value",<br/> "type": "@type",<br/> "xsd": { "@id": "http://www.w3.org/2001/XMLSchema#" }<br/> },<br/> "property1": {<br/> "uri": "ex:example2",<br/> "http://example.org/test#property4": "foo"<br/> },<br/> "property2": "http://example.org/test#example3",<br/> "http://example.org/test#property3": {<br/> "uri": "http://example.org/test#example4"<br/> },<br/> "ex:property4": {<br/> "uri": "ex:example4",<br/> "ex:property5": [<br/> {<br/> "set": [<br/> {<br/> "value": "2012-03-31",<br/> "type": "xsd:date"<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> "ex:property6": [<br/> {<br/> "set": [<br/> {<br/> "value": null,<br/> "type": "xsd:date"<br/> }<br/> ]<br/> }<br/> ],<br/> "uri": "http://example.org/test#example1"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0014-out.jsonld' title='@set of @value objects with keyword aliases Result'>[<br/> {<br/> "http://example.org/test#property1": [<br/> {<br/> "@id": "http://example.org/test#example2",<br/> "http://example.org/test#property4": [<br/> {"@value": "foo"}<br/> ]<br/> }<br/> ],<br/> "http://example.org/test#property2": [<br/> { "@id": "http://example.org/test#example3" }<br/> ],<br/> "http://example.org/test#property3": [<br/> { "@id": "http://example.org/test#example4" }<br/> ],<br/> "http://example.org/test#property4": [<br/> {<br/> "@id": "http://example.org/test#example4",<br/> "http://example.org/test#property5": [<br/> {<br/> "@value": "2012-03-31",<br/> "@type": "http://www.w3.org/2001/XMLSchema#date"<br/> }<br/> ]<br/> }<br/> ],<br/> "http://example.org/test#property6": [],<br/> "@id": "http://example.org/test#example1"<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_598e330a34cebcdc7f49b05b8f7e734e' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015'> - Test 0015: - <span property='dc:title mf:name'>collapse set of sets, keep empty lists</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015'> - <p lang='en' property='dc:description'>An array of multiple @set nodes are collapsed into a single array</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0015-in.jsonld' title='collapse set of sets, keep empty lists Input'>{<br/> "@context": {<br/> "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},<br/> "mylist2": {"@id": "http://example.com/mylist2", "@container": "@list"},<br/> "myset1": {"@id": "http://example.com/myset1", "@container": "@set" },<br/> "myset2": {"@id": "http://example.com/myset2", "@container": "@set" },<br/> "myset3": {"@id": "http://example.com/myset3", "@container": "@set" }<br/> },<br/> "@id": "http://example.org/id",<br/> "mylist1": [],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ],<br/> "myset3": [ { "@set": [ "hello", "this" ] }, "will", { "@set": [ "be", "collapsed" ] } ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0015-out.jsonld' title='collapse set of sets, keep empty lists Result'>[<br/> {<br/> "@id": "http://example.org/id",<br/> "http://example.com/mylist1": [ { "@list": [] } ],<br/> "http://example.com/myset1": [ ],<br/> "http://example.com/myset2": [ ],<br/> "http://example.com/myset3": [<br/> {"@value": "hello"},<br/> {"@value": "this"},<br/> {"@value": "will"},<br/> {"@value": "be"},<br/> {"@value": "collapsed"} ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_11fa9e5c7cbb6d481c793729a67fbadd' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016'> - Test 0016: - <span property='dc:title mf:name'>context reset</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016'> - <p lang='en' property='dc:description'>Setting @context to null within an embedded object resets back to initial context state</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0016-in.jsonld' title='context reset Input'>{<br/> "@context": {<br/> "myproperty": { "@id": "http://example.com/myproperty" },<br/> "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},<br/> "mylist2": {"@id": "http://example.com/mylist2", "@container": "@list"},<br/> "myset1": {"@id": "http://example.com/myset1", "@container": "@set" },<br/> "myset2": {"@id": "http://example.com/myset2", "@container": "@set" }<br/> },<br/> "@id": "http://example.org/id1",<br/> "mylist1": [],<br/> "mylist2": [ 2, "hi" ],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ],<br/> "myproperty": {<br/> "@context": null,<br/> "@id": "http://example.org/id2",<br/> "mylist1": [],<br/> "mylist2": [ 2, "hi" ],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ],<br/> "http://example.org/myproperty2": "ok"<br/> },<br/> "http://example.com/emptyobj": {<br/> "@context": null,<br/> "mylist1": [],<br/> "mylist2": [ 2, "hi" ],<br/> "myset1": { "@set": [] },<br/> "myset2": [ { "@set": [] }, [], { "@set": [ null ] }, [ null ] ]<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0016-out.jsonld' title='context reset Result'>[<br/> {<br/> "@id": "http://example.org/id1",<br/> "http://example.com/mylist1": [ { "@list": [] } ],<br/> "http://example.com/mylist2": [<br/> { "@list": [ {"@value": 2}, {"@value": "hi"} ] }<br/> ],<br/> "http://example.com/myset1": [ ],<br/> "http://example.com/myset2": [ ],<br/> "http://example.com/myproperty": [<br/> {<br/> "@id": "http://example.org/id2",<br/> "http://example.org/myproperty2": [ {"@value": "ok"} ]<br/> }<br/> ],<br/> "http://example.com/emptyobj": [ { } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_585f44de48c58c553b2c603eaa0b40f3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017'> - Test 0017: - <span property='dc:title mf:name'>@graph and @id aliased</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017'> - <p lang='en' property='dc:description'>Expanding with @graph and @id aliases</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0017-in.jsonld' title='@graph and @id aliased Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> },<br/> "id": "@id",<br/> "data": "@graph"<br/> },<br/> "data": [<br/> {<br/> "id": "http://example.org/test#chapter",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "authored": "http://example.org/test#chapter",<br/> "name": "Jane"<br/> },<br/> {<br/> "id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0017-out.jsonld' title='@graph and @id aliased Result'>[<br/> {<br/> "@id": "http://example.org/test#chapter",<br/> "http://purl.org/dc/elements/1.1/description": [{"@value": "Fun"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "Chapter One"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://example.org/vocab#authored": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Jane"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "John"}]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [{<br/> "@id": "http://example.org/test#chapter"<br/> }],<br/> "http://purl.org/dc/elements/1.1/contributor": [{"@value": "Writer"}],<br/> "http://purl.org/dc/elements/1.1/title": [{"@value": "My Book"}]<br/> }]<br/> }<br/>]</pre> - </dd> - <dt id='test_f78b882860133b2a5f2bd8c43e091a54' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018'> - Test 0018: - <span property='dc:title mf:name'>override default @language</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018'> - <p lang='en' property='dc:description'>override default @language in terms; only language-tag strings</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0018-in.jsonld' title='override default @language Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#",<br/> "@language": "en",<br/> "de": { "@id": "ex:german", "@language": "de" },<br/> "nolang": { "@id": "ex:nolang", "@language": null }<br/> },<br/> "@id": "http://example.org/test",<br/> "ex:test-default": [<br/> "hello",<br/> 1,<br/> true<br/> ],<br/> "de": [<br/> "hallo",<br/> 2,<br/> true<br/> ],<br/> "nolang": [<br/> "no language",<br/> 3,<br/> false<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0018-out.jsonld' title='override default @language Result'>[<br/> {<br/> "@id": "http://example.org/test",<br/> "http://example.org/vocab#test-default": [ { "@value": "hello", "@language": "en" }, { "@value": 1 }, { "@value": true } ],<br/> "http://example.org/vocab#german": [ { "@value": "hallo", "@language": "de" }, { "@value": 2 }, { "@value": true } ],<br/> "http://example.org/vocab#nolang": [ {"@value": "no language"}, { "@value": 3 }, { "@value": false } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_ecb342df07ce29659600d26193a0067e' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019'> - Test 0019: - <span property='dc:title mf:name'>remove @value = null</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019'> - <p lang='en' property='dc:description'>Expanding a value of null removes the value</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0019-in.jsonld' title='remove @value = null Input'>{<br/> "@context": {<br/> "myproperty": "http://example.com/myproperty"<br/> },<br/> "myproperty": { "@value" : null }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0019-out.jsonld' title='remove @value = null Result'>[ ]<br/></pre> - </dd> - <dt id='test_4e5432713bfb7cd34982a37fe235eb49' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020'> - Test 0020: - <span property='dc:title mf:name'>do not remove @graph if not at top-level</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020'> - <p lang='en' property='dc:description'>@graph used under a node is retained</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0020-in.jsonld' title='do not remove @graph if not at top-level Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> }<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "name": "Jane",<br/> "authored": {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "description": "More fun",<br/> "title": "Chapter Two"<br/> }<br/> ]<br/> }<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0020-out.jsonld' title='do not remove @graph if not at top-level Result'>[<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "Jane"} ],<br/> "http://example.org/vocab#authored": [<br/> {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "Fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter One"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "More fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter Two"} ]<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "John"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [<br/> {<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [ { "@id": "http://example.org/test#chapter" } ],<br/> "http://purl.org/dc/elements/1.1/contributor": [ {"@value": "Writer"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "My Book"} ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_7b97e25a4f36fdfe2131d05d3d2110c6' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021'> - Test 0021: - <span property='dc:title mf:name'>do not remove @graph at top-level if not only property</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021'> - <p lang='en' property='dc:description'>@graph used at the top level is retained if there are other properties</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0021-in.jsonld' title='do not remove @graph at top-level if not only property Input'>{<br/> "@context": {<br/> "authored": {<br/> "@id": "http://example.org/vocab#authored",<br/> "@type": "@id"<br/> },<br/> "contains": {<br/> "@id": "http://example.org/vocab#contains",<br/> "@type": "@id"<br/> },<br/> "contributor": "http://purl.org/dc/elements/1.1/contributor",<br/> "description": "http://purl.org/dc/elements/1.1/description",<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "title": {<br/> "@id": "http://purl.org/dc/elements/1.1/title"<br/> }<br/> },<br/> "title": "My first graph",<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "name": "Jane",<br/> "authored": {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "description": "Fun",<br/> "title": "Chapter One"<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "description": "More fun",<br/> "title": "Chapter Two"<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter3",<br/> "title": "Chapter Three"<br/> }<br/> ]<br/> }<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "name": "John"<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "contains": {<br/> "@id": "http://example.org/test#book",<br/> "contains": "http://example.org/test#chapter",<br/> "contributor": "Writer",<br/> "title": "My Book"<br/> }<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0021-out.jsonld' title='do not remove @graph at top-level if not only property Result'>[<br/> {<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "My first graph"} ],<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#jane",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "Jane"} ],<br/> "http://example.org/vocab#authored": [<br/> {<br/> "@graph": [<br/> {<br/> "@id": "http://example.org/test#chapter1",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "Fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter One"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter2",<br/> "http://purl.org/dc/elements/1.1/description": [ {"@value": "More fun"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter Two"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#chapter3",<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "Chapter Three"} ]<br/> }<br/> ]<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "http://example.org/test#john",<br/> "http://xmlns.com/foaf/0.1/name": [ {"@value": "John"} ]<br/> },<br/> {<br/> "@id": "http://example.org/test#library",<br/> "http://example.org/vocab#contains": [<br/> {<br/> "@id": "http://example.org/test#book",<br/> "http://example.org/vocab#contains": [ { "@id": "http://example.org/test#chapter" } ],<br/> "http://purl.org/dc/elements/1.1/contributor": [ {"@value": "Writer"} ],<br/> "http://purl.org/dc/elements/1.1/title": [ {"@value": "My Book"} ]<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_e06d52f699a05ba569127f3662bd9eb3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022'> - Test 0022: - <span property='dc:title mf:name'>expand value with default language</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022'> - <p lang='en' property='dc:description'>Expanding with a default language applies that language to string values</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0022-in.jsonld' title='expand value with default language Input'>{<br/> "@context": {<br/> "term": "http://example.com/term",<br/> "@language": "en"<br/> },<br/> "term": "v"<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0022-out.jsonld' title='expand value with default language Result'>[{<br/> "http://example.com/term": [{"@value": "v", "@language": "en"}]<br/>}]</pre> - </dd> - <dt id='test_447ec1849a078c1441d7ca24a5b5e3e1' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023'> - Test 0023: - <span property='dc:title mf:name'>Expanding list/set with coercion</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023'> - <p lang='en' property='dc:description'>Expanding lists and sets with properties having coercion coerces list/set values</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0023-in.jsonld' title='Expanding list/set with coercion Input'>{<br/> "@context": {<br/> "xsd": "http://www.w3.org/2001/XMLSchema#",<br/> "idlist": {"@id": "http://example.com/idlist", "@container": "@list", "@type": "@id"},<br/> "datelist": {"@id": "http://example.com/datelist", "@container": "@list", "@type": "xsd:date"},<br/> "idset": {"@id": "http://example.com/idset", "@container": "@set", "@type": "@id"},<br/> "dateset": {"@id": "http://example.com/dateset", "@container": "@set", "@type": "xsd:date"},<br/> "idprop": {"@id": "http://example.com/idprop", "@type": "@id" },<br/> "dateprop": {"@id": "http://example.com/dateprop", "@type": "xsd:date" },<br/> "idprop2": {"@id": "http://example.com/idprop2", "@type": "@id" },<br/> "dateprop2": {"@id": "http://example.com/dateprop2", "@type": "xsd:date" }<br/> },<br/> "idlist": ["http://example.org/id"],<br/> "datelist": ["2012-04-12"],<br/> "idprop": {"@list": ["http://example.org/id"]},<br/> "dateprop": {"@list": ["2012-04-12"]},<br/> "idset": ["http://example.org/id"],<br/> "dateset": ["2012-04-12"],<br/> "idprop2": {"@set": ["http://example.org/id"]},<br/> "dateprop2": {"@set": ["2012-04-12"]}<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0023-out.jsonld' title='Expanding list/set with coercion Result'>[<br/> {<br/> "http://example.com/idlist": [{"@list": [{"@id": "http://example.org/id"}]}],<br/> "http://example.com/datelist": [{"@list": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}]}],<br/> "http://example.com/idprop": [{"@list": [{"@id": "http://example.org/id"}]}],<br/> "http://example.com/dateprop": [{"@list": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}]}],<br/> "http://example.com/idset": [{"@id": "http://example.org/id"}],<br/> "http://example.com/dateset": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}],<br/> "http://example.com/idprop2": [{"@id": "http://example.org/id"}],<br/> "http://example.com/dateprop2": [{"@value": "2012-04-12","@type": "http://www.w3.org/2001/XMLSchema#date"}]<br/> }<br/>]</pre> - </dd> - <dt id='test_a216189292fa3a556fcbff33e0a51c73' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024'> - Test 0024: - <span property='dc:title mf:name'>Multiple contexts</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024'> - <p lang='en' property='dc:description'>Tests that contexts in an array are merged</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0024-in.jsonld' title='Multiple contexts Input'>{<br/> "@context": [<br/> {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "homepage": {"@id": "http://xmlns.com/foaf/0.1/homepage","@type": "@id"}<br/> },<br/> {"ical": "http://www.w3.org/2002/12/cal/ical#"}<br/> ],<br/> "@id": "http://example.com/speakers#Alice",<br/> "name": "Alice",<br/> "homepage": "http://xkcd.com/177/",<br/> "ical:summary": "Alice Talk",<br/> "ical:location": "Lyon Convention Centre, Lyon, France"<br/>}</pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0024-out.jsonld' title='Multiple contexts Result'>[{<br/> "@id": "http://example.com/speakers#Alice",<br/> "http://xmlns.com/foaf/0.1/name": [{"@value": "Alice"}],<br/> "http://xmlns.com/foaf/0.1/homepage": [{"@id": "http://xkcd.com/177/"}],<br/> "http://www.w3.org/2002/12/cal/ical#summary": [{"@value": "Alice Talk"}],<br/> "http://www.w3.org/2002/12/cal/ical#location": [{"@value": "Lyon Convention Centre, Lyon, France"}]<br/>}]</pre> - </dd> - <dt id='test_7a3e3eb7ebd2883c00ada70411a58ed3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025'> - Test 0025: - <span property='dc:title mf:name'>Problematic IRI expansion tests</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025'> - <p lang='en' property='dc:description'>Expanding different kinds of terms and Compact IRIs</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0025-in.jsonld' title='Problematic IRI expansion tests Input'>{<br/> "@context": {<br/> "foo": "http://example.com/foo/",<br/> "foo:bar": "http://example.com/bar",<br/> "bar": {"@id": "foo:bar", "@type": "@id"},<br/> "_": "http://example.com/underscore/"<br/> },<br/> "@type": [ "foo", "foo:bar", "_" ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0025-out.jsonld' title='Problematic IRI expansion tests Result'>[{<br/> "@type": [<br/> "http://example.com/foo/",<br/> "http://example.com/bar",<br/> "http://example.com/underscore/"<br/> ]<br/>}]<br/></pre> - </dd> - <dt id='test_a2c30bcb91f907474e68cbd1a0b589bb' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026'> - Test 0026: - <span property='dc:title mf:name'>Term definition with @id: @type</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026'> - <p lang='en' property='dc:description'>Expanding term mapping to @type uses @type syntax</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0026-in.jsonld' title='Term definition with @id: @type Input'>{<br/> "@context": {<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": {"@id": "@type", "@type": "@id"}<br/> },<br/> "@graph": [<br/> {<br/> "@id": "http://example.com/a",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "http://example.com/b"<br/> }, {<br/> "@id": "http://example.com/c",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [<br/> "http://example.com/d",<br/> "http://example.com/e"<br/> ]<br/> }, {<br/> "@id": "http://example.com/f",<br/> "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "http://example.com/g"<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0026-out.jsonld' title='Term definition with @id: @type Result'>[<br/> {<br/> "@id": "http://example.com/a",<br/> "@type": [<br/> "http://example.com/b"<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/c",<br/> "@type": [<br/> "http://example.com/d",<br/> "http://example.com/e"<br/> ]<br/> },<br/> {<br/> "@id": "http://example.com/f",<br/> "@type": [<br/> "http://example.com/g"<br/> ]<br/> }<br/>]</pre> - </dd> - <dt id='test_cb62583d36ee2301fab8ca80aa10c653' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027'> - Test 0027: - <span property='dc:title mf:name'>Duplicate values in @list and @set</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027'> - <p lang='en' property='dc:description'>Duplicate values in @list and @set are not merged</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0027-in.jsonld' title='Duplicate values in @list and @set Input'>{<br/> "@context": {<br/> "mylist": {"@id": "http://example.com/mylist", "@container": "@list"},<br/> "myset": {"@id": "http://example.com/myset", "@container": "@set"}<br/> },<br/> "@id": "http://example.org/id",<br/> "mylist": [1, 2, 2, 3],<br/> "myset": [1, 2, 2, 3]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0027-out.jsonld' title='Duplicate values in @list and @set Result'>[{<br/> "@id": "http://example.org/id",<br/> "http://example.com/mylist": [{<br/> "@list": [<br/> {"@value": 1},<br/> {"@value": 2},<br/> {"@value": 2},<br/> {"@value": 3}<br/> ]<br/> }],<br/> "http://example.com/myset": [<br/> {"@value": 1},<br/> {"@value": 2},<br/> {"@value": 2},<br/> {"@value": 3}<br/> ]<br/>}]<br/></pre> - </dd> - <dt id='test_014696c7f3b28814b0dd3472499ec3b6' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028'> - Test 0028: - <span property='dc:title mf:name'>Use @vocab in properties and @type but not in @id</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028'> - <p lang='en' property='dc:description'>@vocab is used to compact properties and @type, but is not used for @id</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0028-in.jsonld' title='Use @vocab in properties and @type but not in @id Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/vocab#",<br/> "date": { "@type": "dateTime" }<br/> },<br/> "@id": "example1",<br/> "@type": "test",<br/> "date": "2011-01-25T00:00:00Z",<br/> "embed": {<br/> "@id": "example2",<br/> "expandedDate": { "@value": "2012-08-01T00:00:00Z", "@type": "dateTime" }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0028-out.jsonld' title='Use @vocab in properties and @type but not in @id Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example1",<br/> "@type": [ "http://example.org/vocab#test" ],<br/> "http://example.org/vocab#date": [<br/> {<br/> "@value": "2011-01-25T00:00:00Z",<br/> "@type": "http://example.org/vocab#dateTime"<br/> }<br/> ],<br/> "http://example.org/vocab#embed": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example2",<br/> "http://example.org/vocab#expandedDate": [<br/> {<br/> "@value": "2012-08-01T00:00:00Z",<br/> "@type": "http://example.org/vocab#dateTime"<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_5661c4455f64d6620df0b635e0dd10af' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029'> - Test 0029: - <span property='dc:title mf:name'>Relative IRIs</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029'> - <p lang='en' property='dc:description'>@base is used to compact @id; test with different relative IRIs</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0029-in.jsonld' title='Relative IRIs Input'>{<br/> "@context": {<br/> "links": { "@id": "http://www.example.com/link", "@type": "@id", "@container": "@list" }<br/> },<br/> "@id": "relativeIris",<br/> "@type": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "../../../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative"<br/> ],<br/> "links": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "./../../../useless/../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative"<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0029-out.jsonld' title='Relative IRIs Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/relativeIris",<br/> "@type": [<br/> "http://json-ld.org/test-suite/tests/link",<br/> "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld#fragment-works",<br/> "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld?query=works",<br/> "http://json-ld.org/test-suite/tests/",<br/> "http://json-ld.org/test-suite/",<br/> "http://json-ld.org/test-suite/parent",<br/> "http://json-ld.org/parent-parent-eq-root",<br/> "http://json-ld.org/still-root",<br/> "http://json-ld.org/too-many-dots",<br/> "http://json-ld.org/absolute",<br/> "http://example.org/scheme-relative"<br/> ],<br/> "http://www.example.com/link": [ {<br/> "@list": [<br/> { "@id": "http://json-ld.org/test-suite/tests/link" },<br/> { "@id": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld#fragment-works" },<br/> { "@id": "http://json-ld.org/test-suite/tests/expand-0029-in.jsonld?query=works" },<br/> { "@id": "http://json-ld.org/test-suite/tests/" },<br/> { "@id": "http://json-ld.org/test-suite/" },<br/> { "@id": "http://json-ld.org/test-suite/parent" },<br/> { "@id": "http://json-ld.org/parent-parent-eq-root" },<br/> { "@id": "http://json-ld.org/still-root" },<br/> { "@id": "http://json-ld.org/too-many-dots" },<br/> { "@id": "http://json-ld.org/absolute" },<br/> { "@id": "http://example.org/scheme-relative" }<br/> ]<br/> } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_c7514a36cc3ccdafa9c1405fdcbb6cf2' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030'> - Test 0030: - <span property='dc:title mf:name'>Language maps</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030'> - <p lang='en' property='dc:description'>Language Maps expand values to include @language</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0030-in.jsonld' title='Language maps Input'>{<br/> "@context": {<br/> "vocab": "http://example.com/vocab/",<br/> "label": {<br/> "@id": "vocab:label",<br/> "@container": "@language"<br/> }<br/> },<br/> "@id": "http://example.com/queen",<br/> "label": {<br/> "en": "The Queen",<br/> "de": [ "Die Königin", "Ihre Majestät" ]<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0030-out.jsonld' title='Language maps Result'>[<br/> {<br/> "@id": "http://example.com/queen",<br/> "http://example.com/vocab/label":<br/> [<br/> {<br/> "@value": "Die Königin",<br/> "@language": "de"<br/> }, {<br/> "@value": "Ihre Majestät",<br/> "@language": "de"<br/> }, {<br/> "@value": "The Queen",<br/> "@language": "en"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_c322f0abf87b89abad70c53a3b84e154' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031'> - Test 0031: - <span property='dc:title mf:name'>type-coercion of native types</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031'> - <p lang='en' property='dc:description'>Expanding native types with type coercion adds the coerced type to an expanded value representation and retains the native value representation</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0031-in.jsonld' title='type-coercion of native types Input'>{<br/> "@context": {<br/> "ex": "http://example.org/vocab#",<br/> "xsd": "http://www.w3.org/2001/XMLSchema#",<br/> "ex:integer": { "@type": "xsd:integer" },<br/> "ex:double": { "@type": "xsd:double" },<br/> "ex:boolean": { "@type": "xsd:boolean" }<br/> },<br/> "@id": "http://example.org/test#example1",<br/> "ex:integer": 1,<br/> "ex:double": 123.45,<br/> "ex:boolean": true<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0031-out.jsonld' title='type-coercion of native types Result'>[<br/> {<br/> "@id": "http://example.org/test#example1",<br/> "http://example.org/vocab#integer": [ {<br/> "@value": 1,<br/> "@type": "http://www.w3.org/2001/XMLSchema#integer"<br/> } ],<br/> "http://example.org/vocab#double": [ {<br/> "@value": 123.45,<br/> "@type": "http://www.w3.org/2001/XMLSchema#double"<br/> } ],<br/> "http://example.org/vocab#boolean": [ {<br/> "@value": true,<br/> "@type": "http://www.w3.org/2001/XMLSchema#boolean"<br/> } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_366c394866e4cc24728efc5c0278c53b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032'> - Test 0032: - <span property='dc:title mf:name'>Null term and @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032'> - <p lang='en' property='dc:description'>Mapping a term to null decouples it from @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0032-in.jsonld' title='Null term and @vocab Input'>{<br/> "@context": {<br/> "@vocab": "http://xmlns.com/foaf/0.1/",<br/> "from": null,<br/> "university": { "@id": null }<br/> },<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "name": "Markus Lanthaler",<br/> "from": "Italy",<br/> "university": "TU Graz"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0032-out.jsonld' title='Null term and @vocab Result'>[<br/> {<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "http://xmlns.com/foaf/0.1/name": [<br/> {<br/> "@value": "Markus Lanthaler"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_a8838a70c263ef2802a25a6a7e7a3a1c' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033'> - Test 0033: - <span property='dc:title mf:name'>Using @vocab with with type-coercion</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033'> - <p lang='en' property='dc:description'>Verifies that terms can be defined using @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0033-in.jsonld' title='Using @vocab with with type-coercion Input'>{<br/> "@context": {<br/> "@vocab": "http://example.com/vocab#",<br/> "homepage": {<br/> "@type": "@id"<br/> },<br/> "created_at": {<br/> "@type": "http://www.w3.org/2001/XMLSchema#date"<br/> }<br/> },<br/> "name": "Markus Lanthaler",<br/> "homepage": "http://www.markus-lanthaler.com/",<br/> "created_at": "2012-10-28"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0033-out.jsonld' title='Using @vocab with with type-coercion Result'>[{<br/> "http://example.com/vocab#name": [{<br/> "@value": "Markus Lanthaler"<br/> }],<br/> "http://example.com/vocab#homepage": [{<br/> "@id": "http://www.markus-lanthaler.com/"<br/> }],<br/> "http://example.com/vocab#created_at": [{<br/> "@value": "2012-10-28",<br/> "@type": "http://www.w3.org/2001/XMLSchema#date"<br/> }]<br/>}]<br/></pre> - </dd> - <dt id='test_aef2f6f000b6fe2017fbe8c640ec9fbe' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034'> - Test 0034: - <span property='dc:title mf:name'>Multiple properties expanding to the same IRI</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034'> - <p lang='en' property='dc:description'>Verifies multiple values from separate terms are deterministically made multiple values of the IRI associated with the terms</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0034-in.jsonld' title='Multiple properties expanding to the same IRI Input'>{<br/> "@context": {<br/> "@vocab": "http://example.com/vocab/",<br/> "colliding": "http://example.com/vocab/collidingTerm"<br/> },<br/> "@id": "http://example.com/IriCollissions",<br/> "colliding": [<br/> "value 1",<br/> 2<br/> ],<br/> "collidingTerm": [<br/> 3,<br/> "four"<br/> ],<br/> "http://example.com/vocab/collidingTerm": 5<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0034-out.jsonld' title='Multiple properties expanding to the same IRI Result'>[{<br/> "@id": "http://example.com/IriCollissions",<br/> "http://example.com/vocab/collidingTerm": [<br/> {<br/> "@value": "value 1"<br/> }, {<br/> "@value": 2<br/> }, {<br/> "@value": 3<br/> }, {<br/> "@value": "four"<br/> },<br/> {<br/> "@value": 5<br/> }<br/> ]<br/>}]<br/></pre> - </dd> - <dt id='test_2f70ba075e355b0bd46c163de1bdd067' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035'> - Test 0035: - <span property='dc:title mf:name'>Language maps with @vocab, default language, and colliding property</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035'> - <p lang='en' property='dc:description'>Pathological tests of language maps</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0035-in.jsonld' title='Language maps with @vocab, default language, and colliding property Input'>{<br/> "@context": {<br/> "@vocab": "http://example.com/vocab/",<br/> "@language": "it",<br/> "label": {<br/> "@container": "@language"<br/> }<br/> },<br/> "@id": "http://example.com/queen",<br/> "label": {<br/> "en": "The Queen",<br/> "de": [ "Die Königin", "Ihre Majestät" ]<br/> },<br/> "http://example.com/vocab/label": [<br/> "Il re",<br/> { "@value": "The king", "@language": "en" }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0035-out.jsonld' title='Language maps with @vocab, default language, and colliding property Result'>[{<br/> "@id": "http://example.com/queen",<br/> "http://example.com/vocab/label": [<br/> {<br/> "@value": "Il re",<br/> "@language": "it"<br/> }, {<br/> "@value": "The king",<br/> "@language": "en"<br/> }, {<br/> "@value": "Die Königin",<br/> "@language": "de"<br/> }, {<br/> "@value": "Ihre Majestät",<br/> "@language": "de"<br/> }, {<br/> "@value": "The Queen",<br/> "@language": "en"<br/> }<br/> ]<br/>}]<br/></pre> - </dd> - <dt id='test_6aa3d6bec184f5ebbc7194eec44c5853' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036'> - Test 0036: - <span property='dc:title mf:name'>Expanding @index</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036'> - <p lang='en' property='dc:description'>Expanding index maps for terms defined with @container: @index</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0036-in.jsonld' title='Expanding @index Input'>{<br/> "@context": {<br/> "property": "http://example.com/property",<br/> "indexContainer": { "@id": "http://example.com/container", "@container": "@index" }<br/> },<br/> "@id": "http://example.org/indexTest",<br/> "indexContainer": {<br/> "A": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexA"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexA",<br/> "@index": "this overrides the 'A' index from the container"<br/> },<br/> 1,<br/> true,<br/> false,<br/> null,<br/> "simple string A",<br/> {<br/> "@value": "typed literal A",<br/> "@type": "http://example.org/type"<br/> },<br/> {<br/> "@value": "language-tagged string A",<br/> "@language": "en"<br/> }<br/> ],<br/> "B": "simple string B",<br/> "C": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexC"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexC",<br/> "@index": "this overrides the 'C' index from the container"<br/> },<br/> 3,<br/> true,<br/> false,<br/> null,<br/> "simple string C",<br/> {<br/> "@value": "typed literal C",<br/> "@type": "http://example.org/type"<br/> },<br/> {<br/> "@value": "language-tagged string C",<br/> "@language": "en"<br/> }<br/> ]<br/> },<br/> "property": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexProp"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexProp",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": 3,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": null,<br/> "@index": "prop"<br/> },<br/> "simple string no index",<br/> {<br/> "@value": "typed literal Prop",<br/> "@type": "http://example.org/type",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": "language-tagged string Prop",<br/> "@language": "en",<br/> "@index": "prop"<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0036-out.jsonld' title='Expanding @index Result'>[<br/> {<br/> "@id": "http://example.org/indexTest",<br/> "http://example.com/container": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexA",<br/> "@index": "A"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexA",<br/> "@index": "this overrides the 'A' index from the container"<br/> },<br/> {<br/> "@value": 1,<br/> "@index": "A"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "A"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "simple string A",<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "typed literal A",<br/> "@type": "http://example.org/type",<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "language-tagged string A",<br/> "@language": "en",<br/> "@index": "A"<br/> },<br/> {<br/> "@value": "simple string B",<br/> "@index": "B"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexC",<br/> "@index": "C"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexC",<br/> "@index": "this overrides the 'C' index from the container"<br/> },<br/> {<br/> "@value": 3,<br/> "@index": "C"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "C"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "C"<br/> },<br/> {<br/> "@value": "simple string C",<br/> "@index": "C"<br/> },<br/> {<br/> "@value": "typed literal C",<br/> "@type": "http://example.org/type",<br/> "@index": "C"<br/> },<br/> {<br/> "@value": "language-tagged string C",<br/> "@language": "en",<br/> "@index": "C"<br/> }<br/> ],<br/> "http://example.com/property": [<br/> {<br/> "@id": "http://example.org/nodeWithoutIndexProp"<br/> },<br/> {<br/> "@id": "http://example.org/nodeWithIndexProp",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": 3,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": true,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": false,<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": "simple string no index"<br/> },<br/> {<br/> "@value": "typed literal Prop",<br/> "@type": "http://example.org/type",<br/> "@index": "prop"<br/> },<br/> {<br/> "@value": "language-tagged string Prop",<br/> "@language": "en",<br/> "@index": "prop"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_a4f1b95a7f05d7906f1fed0336313f4d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037'> - Test 0037: - <span property='dc:title mf:name'>Expanding @reverse</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037'> - <p lang='en' property='dc:description'>Expanding @reverse keeps @reverse</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0037-in.jsonld' title='Expanding @reverse Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0037-out.jsonld' title='Expanding @reverse Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_15d63589dec74e08695c039b9646bff9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038'> - Test 0038: - <span property='dc:title mf:name'>Expanding blank node labels</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038'> - <p lang='en' property='dc:description'>Blank nodes are not relabeled during expansion</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0038-in.jsonld' title='Expanding blank node labels Input'>{<br/> "@context": {<br/> "term": "_:term",<br/> "termId": { "@id": "term", "@type": "@id" }<br/> },<br/> "@id": "_:term",<br/> "@type": "_:term",<br/> "term": [<br/> {<br/> "@id": "_:term",<br/> "@type": "term"<br/> },<br/> {<br/> "@id": "_:Bx",<br/> "term": "term"<br/> },<br/> "plain value",<br/> {<br/> "@id": "_:term"<br/> }<br/> ],<br/> "termId": [<br/> {<br/> "@id": "_:term",<br/> "@type": "term"<br/> },<br/> {<br/> "@id": "_:Cx",<br/> "term": "termId"<br/> },<br/> "term:AppendedToBlankNode",<br/> "_:termAppendedToBlankNode",<br/> "relativeIri",<br/> {<br/> "@id": "_:term"<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0038-out.jsonld' title='Expanding blank node labels Result'>[<br/> {<br/> "@id": "_:term",<br/> "@type": [<br/> "_:term"<br/> ],<br/> "_:term": [<br/> {<br/> "@id": "_:term",<br/> "@type": [<br/> "_:term"<br/> ]<br/> },<br/> {<br/> "@id": "_:Bx",<br/> "_:term": [<br/> {<br/> "@value": "term"<br/> }<br/> ]<br/> },<br/> {<br/> "@value": "plain value"<br/> },<br/> {<br/> "@id": "_:term"<br/> },<br/> {<br/> "@id": "_:term",<br/> "@type": [<br/> "_:term"<br/> ]<br/> },<br/> {<br/> "@id": "_:Cx",<br/> "_:term": [<br/> {<br/> "@value": "termId"<br/> }<br/> ]<br/> },<br/> {<br/> "@id": "_:termAppendedToBlankNode"<br/> },<br/> {<br/> "@id": "_:termAppendedToBlankNode"<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/relativeIri"<br/> },<br/> {<br/> "@id": "_:term"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_761c63e32e34f17b8c65d21dbe2fea6d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039'> - Test 0039: - <span property='dc:title mf:name'>Using terms in a reverse-maps</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039'> - <p lang='en' property='dc:description'>Terms within @reverse are expanded</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0039-in.jsonld' title='Using terms in a reverse-maps Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "knows": "http://xmlns.com/foaf/0.1/knows"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0039-out.jsonld' title='Using terms in a reverse-maps Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_c37b191aed268057c80bce1c4527ce9f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040'> - Test 0040: - <span property='dc:title mf:name'>language and index expansion on non-objects</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040'> - <p lang='en' property='dc:description'>Only invoke language and index map expansion if the value is a JSON object</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0040-in.jsonld' title='language and index expansion on non-objects Input'>{<br/> "@context": {<br/> "vocab": "http://example.com/vocab/",<br/> "label": {<br/> "@id": "vocab:label",<br/> "@container": "@language"<br/> },<br/> "indexes": {<br/> "@id": "vocab:index",<br/> "@container": "@index"<br/> }<br/> },<br/> "@id": "http://example.com/queen",<br/> "label": [<br/> "The Queen"<br/> ],<br/> "indexes":<br/> [<br/> "No",<br/> "indexes",<br/> { "@id": "asTheValueIsntAnObject" }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0040-out.jsonld' title='language and index expansion on non-objects Result'>[<br/> {<br/> "@id": "http://example.com/queen",<br/> "http://example.com/vocab/label":<br/> [<br/> {<br/> "@value": "The Queen"<br/> }<br/> ],<br/> "http://example.com/vocab/index":<br/> [<br/> {<br/> "@value": "No"<br/> },<br/> {<br/> "@value": "indexes"<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/asTheValueIsntAnObject"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_bfe466d2cab1fdd09384ca4ea6704f4d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041'> - Test 0041: - <span property='dc:title mf:name'>@language: null resets the default language</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041'> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0041-in.jsonld' title='@language: null resets the default language Input'>{<br/> "@context": {<br/> "property": "http://example.com/property",<br/> "nested": "http://example.com/nested",<br/> "@language": "en"<br/> },<br/> "property": "this is English",<br/> "nested": {<br/> "@context": {<br/> "@language": null<br/> },<br/> "property": "and this is a plain string"<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0041-out.jsonld' title='@language: null resets the default language Result'>[<br/> {<br/> "http://example.com/property": [ { "@value": "this is English", "@language": "en" } ],<br/> "http://example.com/nested": [<br/> {<br/> "http://example.com/property": [ { "@value": "and this is a plain string" } ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_0a3ed08bb74045e9c42689f78f6fea30' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042'> - Test 0042: - <span property='dc:title mf:name'>Reverse properties</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042'> - <p lang='en' property='dc:description'>Expanding terms defined as reverse properties uses @reverse in expanded document</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0042-in.jsonld' title='Reverse properties Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0042-out.jsonld' title='Reverse properties Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_7f2b3c20a4dfd08e1cb32980126d8b04' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043'> - Test 0043: - <span property='dc:title mf:name'>Using reverse properties inside a @reverse-container</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043'> - <p lang='en' property='dc:description'>Expanding a reverse property within a @reverse undoes both reversals</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0043-in.jsonld' title='Using reverse properties inside a @reverse-container Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "isKnownBy": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg",<br/> "name": "Gregg Kellogg"<br/> }<br/> ]<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0043-out.jsonld' title='Using reverse properties inside a @reverse-container Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Gregg Kellogg" } ]<br/> }<br/> ],<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_0f2b7dd66c94fb5d9ba686f1ad9c9e65' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044'> - Test 0044: - <span property='dc:title mf:name'>Index maps with language mappings</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044'> - <p lang='en' property='dc:description'>Ensure index maps use language mapping</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0044-in.jsonld' title='Index maps with language mappings Input'>{<br/> "@context": {<br/> "property": { "@id": "http://example.com/vocab/property", "@language": "de" },<br/> "indexMap": { "@id": "http://example.com/vocab/indexMap", "@language": "en", "@container": "@index" }<br/> },<br/> "@id": "http://example.com/node",<br/> "property": [<br/> {<br/> "@id": "http://example.com/propertyValueNode",<br/> "indexMap": {<br/> "expands to english string": "simple string"<br/> }<br/> },<br/> "einfacher String"<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0044-out.jsonld' title='Index maps with language mappings Result'>[<br/> {<br/> "@id": "http://example.com/node",<br/> "http://example.com/vocab/property": [<br/> {<br/> "@id": "http://example.com/propertyValueNode",<br/> "http://example.com/vocab/indexMap": [<br/> {<br/> "@value": "simple string",<br/> "@language": "en",<br/> "@index": "expands to english string"<br/> }<br/> ]<br/> },<br/> {<br/> "@value": "einfacher String",<br/> "@language": "de"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_8238e660e941ec3daf68a2444f4bafb0' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045'> - Test 0045: - <span property='dc:title mf:name'>Top-level value objects</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045'> - <p lang='en' property='dc:description'>Expanding top-level value objects causes them to be removed</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0045-in.jsonld' title='Top-level value objects Input'>{<br/> "@value": "free-floating value"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0045-out.jsonld' title='Top-level value objects Result'>[ ]<br/></pre> - </dd> - <dt id='test_f263a000a15c2e9b12cefe22b26e8845' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046'> - Test 0046: - <span property='dc:title mf:name'>Free-floating nodes</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046'> - <p lang='en' property='dc:description'>Expanding free-floating nodes causes them to be removed</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0046-in.jsonld' title='Free-floating nodes Input'>{<br/> "@graph": [<br/> { "@id": "http://example.com/free-floating-node" },<br/> { "@value": "free-floating value object" },<br/> { "@value": "free-floating value language-tagged string", "@language": "en" },<br/> { "@value": "free-floating value typed value", "@type": "http://example.com/type" },<br/> "free-floating plain string",<br/> true,<br/> false,<br/> null,<br/> 1,<br/> 1.5<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0046-out.jsonld' title='Free-floating nodes Result'>[ ]<br/></pre> - </dd> - <dt id='test_86ab6f953dfb7a8e2287fe95cabd668d' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047'> - Test 0047: - <span property='dc:title mf:name'>Free-floating values in sets and free-floating lists</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047'> - <p lang='en' property='dc:description'>Free-floating values in sets are removed, free-floating lists are removed completely</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0047-in.jsonld' title='Free-floating values in sets and free-floating lists Input'>{<br/> "@context": {<br/> "property": "http://example.com/property"<br/> },<br/> "@graph": [<br/> {<br/> "@set": [<br/> "free-floating strings in set objects are removed",<br/> {<br/> "@id": "http://example.com/free-floating-node"<br/> },<br/> {<br/> "@id": "http://example.com/node",<br/> "property": "nodes with properties are not removed"<br/> }<br/> ]<br/> },<br/> {<br/> "@list": [<br/> "lists are removed even though they represent an invisible linked structure, they have no real meaning",<br/> {<br/> "@id": "http://example.com/node-in-free-floating-list",<br/> "property": "everything inside a free-floating list is removed with the list; also nodes with properties"<br/> }<br/> ]<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0047-out.jsonld' title='Free-floating values in sets and free-floating lists Result'>[<br/> {<br/> "@id": "http://example.com/node",<br/> "http://example.com/property": [<br/> {<br/> "@value": "nodes with properties are not removed"<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_a417b11f599d8d5d967130c6a087c373' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048'> - Test 0048: - <span property='dc:title mf:name'>Terms are ignored in @id</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048'> - <p lang='en' property='dc:description'>Values of @id are not expanded as terms</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0048-in.jsonld' title='Terms are ignored in @id Input'>{<br/> "@context": {<br/> "term": "http://example.com/terms-are-not-considered-in-id",<br/> "compact-iris": "http://example.com/compact-iris-",<br/> "property": "http://example.com/property",<br/> "@vocab": "http://example.org/vocab-is-not-considered-for-id"<br/> },<br/> "@id": "term",<br/> "property": [<br/> {<br/> "@id": "compact-iris:are-considered",<br/> "property": "@id supports the following values: relative, absolute, and compact IRIs"<br/> },<br/> {<br/> "@id": "../parent-node",<br/> "property": "relative IRIs get resolved against the document's base IRI"<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0048-out.jsonld' title='Terms are ignored in @id Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/term",<br/> "http://example.com/property": [<br/> {<br/> "@id": "http://example.com/compact-iris-are-considered",<br/> "http://example.com/property": [<br/> { "@value": "@id supports the following values: relative, absolute, and compact IRIs" }<br/> ]<br/> },<br/> {<br/> "@id": "http://json-ld.org/test-suite/parent-node",<br/> "http://example.com/property": [<br/> { "@value": "relative IRIs get resolved against the document's base IRI" }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_3d5e4c58ee4663a37eaed72629728435' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049'> - Test 0049: - <span property='dc:title mf:name'>String values of reverse properties</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049'> - <p lang='en' property='dc:description'>String values of a reverse property with @type: @id are treated as IRIs</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0049-in.jsonld' title='String values of reverse properties Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@type": "@id" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": [<br/> "http://example.com/people/dave",<br/> "http://example.com/people/gregg"<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0049-out.jsonld' title='String values of reverse properties Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave"<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg"<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_b6578b841cf155a7a3d0f66914b26da5' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050'> - Test 0050: - <span property='dc:title mf:name'>Term definitions with prefix separate from prefix definitions</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050'> - <p lang='en' property='dc:description'>Term definitions using compact IRIs don't inherit the definitions of the prefix</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0050-in.jsonld' title='Term definitions with prefix separate from prefix definitions Input'>{<br/> "@context": {<br/> "issue": { "@id": "http://example.com/issue/", "@type": "@id" },<br/> "issue:raisedBy": { "@container": "@set" }<br/> },<br/> "issue": "/issue/1",<br/> "issue:raisedBy": "Markus"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0050-out.jsonld' title='Term definitions with prefix separate from prefix definitions Result'>[<br/> {<br/> "http://example.com/issue/": [ { "@id": "http://json-ld.org/issue/1" } ],<br/> "http://example.com/issue/raisedBy": [ { "@value": "Markus" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_cdded39b73328621a1b7eac54dfc430c' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051'> - Test 0051: - <span property='dc:title mf:name'>Expansion of keyword aliases in term definitions</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051'> - <p lang='en' property='dc:description'>Expanding terms which are keyword aliases</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0051-in.jsonld' title='Expansion of keyword aliases in term definitions Input'>{<br/> "@context": [<br/> { "id": "@id" },<br/> { "url": "id" }<br/> ],<br/> "url": "/issue/1",<br/> "http://example.com/property": "ok"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0051-out.jsonld' title='Expansion of keyword aliases in term definitions Result'>[{<br/> "http://example.com/property": [{<br/> "@value": "ok"<br/> }],<br/> "@id": "http://json-ld.org/issue/1"<br/>}]<br/></pre> - </dd> - <dt id='test_b5f7fb037683a080894d27dd239b55b9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052'> - Test 0052: - <span property='dc:title mf:name'>@vocab-relative IRIs in term definitions</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052'> - <p lang='en' property='dc:description'>If @vocab is defined, term definitions are expanded relative to @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0052-in.jsonld' title='@vocab-relative IRIs in term definitions Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/",<br/> "property": "vocabRelativeProperty"<br/> },<br/> "property": "must expand to http://example.org/vocabRelativeProperty",<br/> "http://example.org/property": "ok"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0052-out.jsonld' title='@vocab-relative IRIs in term definitions Result'>[<br/> {<br/> "http://example.org/property": [ { "@value": "ok" } ],<br/> "http://example.org/vocabRelativeProperty": [ { "@value": "must expand to http://example.org/vocabRelativeProperty" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_9d382a7f9c100560bf14487cb7f66df9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053'> - Test 0053: - <span property='dc:title mf:name'>Expand absolute IRI with @type: @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053'> - <p lang='en' property='dc:description'>Expanding values of properties of @type: @vocab does not further expand absolute IRIs</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0053-in.jsonld' title='Expand absolute IRI with @type: @vocab Input'>{<br/> "@context": {<br/> "term": {"@id": "http://example.org/term", "@type": "@vocab"}<br/> },<br/> "term": "http://example.org/enum"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0053-out.jsonld' title='Expand absolute IRI with @type: @vocab Result'>[{<br/> "http://example.org/term": [{"@id": "http://example.org/enum"}]<br/>}]<br/></pre> - </dd> - <dt id='test_4f6749dc1eadc257025180339b21aa64' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054'> - Test 0054: - <span property='dc:title mf:name'>Expand term with @type: @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054'> - <p lang='en' property='dc:description'>Expanding values of properties of @type: @vocab does not expand term values</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0054-in.jsonld' title='Expand term with @type: @vocab Input'>{<br/> "@context": {<br/> "term": {"@id": "http://example.org/term", "@type": "@vocab"},<br/> "enum": {"@id": "http://example.org/enum"}<br/> },<br/> "term": "enum"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0054-out.jsonld' title='Expand term with @type: @vocab Result'>[{<br/> "http://example.org/term": [{"@id": "http://example.org/enum"}]<br/>}]<br/></pre> - </dd> - <dt id='test_93f88a337c640186229e5ef50f293294' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055'> - Test 0055: - <span property='dc:title mf:name'>Expand @vocab-relative term with @type: @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055'> - <p lang='en' property='dc:description'>Expanding values of properties of @type: @vocab expands relative IRIs using @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0055-in.jsonld' title='Expand @vocab-relative term with @type: @vocab Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/",<br/> "term": {"@id": "http://example.org/term", "@type": "@vocab"}<br/> },<br/> "term": "enum"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0055-out.jsonld' title='Expand @vocab-relative term with @type: @vocab Result'>[{<br/> "http://example.org/term": [{"@id": "http://example.org/enum"}]<br/>}]<br/></pre> - </dd> - <dt id='test_a3db5cbf97877b4fd4a0fc749c7d5a6b' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056'> - Test 0056: - <span property='dc:title mf:name'>Use terms with @type: @vocab but not with @type: @id</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056'> - <p lang='en' property='dc:description'>Checks that expansion uses appropriate base depending on term definition having @type @id or @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0056-in.jsonld' title='Use terms with @type: @vocab but not with @type: @id Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "homepage": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@vocab" },<br/> "link": { "@id": "http://example.com/link", "@type": "@id" },<br/> "MarkusHomepage": "http://www.markus-lanthaler.com/",<br/> "relative-iri": "http://example.com/error-if-this-is-used-for-link"<br/> },<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "name": "Markus Lanthaler",<br/> "homepage": "MarkusHomepage",<br/> "link": "relative-iri"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0056-out.jsonld' title='Use terms with @type: @vocab but not with @type: @id Result'>[<br/> {<br/> "@id": "http://me.markus-lanthaler.com/",<br/> "http://xmlns.com/foaf/0.1/homepage": [ { "@id": "http://www.markus-lanthaler.com/" } ],<br/> "http://example.com/link": [ { "@id": "http://json-ld.org/test-suite/tests/relative-iri" } ],<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_5edaed2dc53cfeac1126bbff64cae176' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057'> - Test 0057: - <span property='dc:title mf:name'>Expand relative IRI with @type: @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057'> - <p lang='en' property='dc:description'>Relative values of terms with @type: @vocab expand relative to @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0057-in.jsonld' title='Expand relative IRI with @type: @vocab Input'>{<br/> "@context": {<br/> "term": { "@id": "http://example.org/term", "@type": "@vocab" }<br/> },<br/> "term": "not-a-term-thus-a-relative-IRI"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0057-out.jsonld' title='Expand relative IRI with @type: @vocab Result'>[<br/> {<br/> "http://example.org/term": [ { "@id": "http://json-ld.org/test-suite/tests/not-a-term-thus-a-relative-IRI" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_9644f33de4e562cb2a1e675eb8579275' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058'> - Test 0058: - <span property='dc:title mf:name'>Expand compact IRI with @type: @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058'> - <p lang='en' property='dc:description'>Compact IRIs are expanded normally even if term has @type: @vocab</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0058-in.jsonld' title='Expand compact IRI with @type: @vocab Input'>{<br/> "@context": {<br/> "term": { "@id": "http://example.org/term", "@type": "@vocab" },<br/> "prefix": "http://example.com/vocab#"<br/> },<br/> "term": "prefix:suffix"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0058-out.jsonld' title='Expand compact IRI with @type: @vocab Result'>[<br/> {<br/> "http://example.org/term": [ { "@id": "http://example.com/vocab#suffix" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_02a84c00bb064b6c4b6143e633f7594f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059'> - Test 0059: - <span property='dc:title mf:name'>Reset @vocab by setting it to null</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059'> - <p lang='en' property='dc:description'>Setting @vocab to null removes a previous definition</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0059-in.jsonld' title='Reset @vocab by setting it to null Input'>{<br/> "@context": {<br/> "@vocab": "http://example.org/vocab#"<br/> },<br/> "@id": "example-with-vocab",<br/> "@type": "vocab-prefixed",<br/> "property": "property expanded using @vocab",<br/> "embed": {<br/> "@context": {<br/> "@vocab": null<br/> },<br/> "@id": "example-vocab-reset",<br/> "@type": "document-relative",<br/> "property": "@vocab reset, property will be dropped"<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0059-out.jsonld' title='Reset @vocab by setting it to null Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example-with-vocab",<br/> "@type": [ "http://example.org/vocab#vocab-prefixed" ],<br/> "http://example.org/vocab#embed": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/example-vocab-reset",<br/> "@type": [ "http://json-ld.org/test-suite/tests/document-relative" ]<br/> }<br/> ],<br/> "http://example.org/vocab#property": [ { "@value": "property expanded using @vocab" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_75d01ef02382a1a4ea664e07111d6077' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060'> - Test 0060: - <span property='dc:title mf:name'>Overwrite document base with @base and reset it again</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060'> - <p lang='en' property='dc:description'>Setting @base to an IRI and then resetting it to nil</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0060-in.jsonld' title='Overwrite document base with @base and reset it again Input'>{<br/> "@context": {<br/> "property": "http://example.com/vocab#property"<br/> },<br/> "@id": "../document-relative",<br/> "@type": "#document-relative",<br/> "property": {<br/> "@context": {<br/> "@base": "http://example.org/test/"<br/> },<br/> "@id": "../document-base-overwritten",<br/> "@type": "#document-base-overwritten",<br/> "property": [<br/> {<br/> "@context": null,<br/> "@id": "../document-relative",<br/> "@type": "#document-relative",<br/> "property": "context completely reset, drops property"<br/> },<br/> {<br/> "@context": {<br/> "@base": null<br/> },<br/> "@id": "../document-relative",<br/> "@type": "#document-relative",<br/> "property": "only @base is cleared"<br/> }<br/> ]<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0060-out.jsonld' title='Overwrite document base with @base and reset it again Result'>[<br/> {<br/> "@id": "http://json-ld.org/test-suite/document-relative",<br/> "@type": [ "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld#document-relative" ],<br/> "http://example.com/vocab#property": [<br/> {<br/> "@id": "http://example.org/document-base-overwritten",<br/> "@type": [ "http://example.org/test/#document-base-overwritten" ],<br/> "http://example.com/vocab#property": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/document-relative",<br/> "@type": [ "http://json-ld.org/test-suite/tests/expand-0060-in.jsonld#document-relative" ]<br/> },<br/> {<br/> "@id": "../document-relative",<br/> "@type": [ "#document-relative" ],<br/> "http://example.com/vocab#property": [ { "@value": "only @base is cleared" } ]<br/> }<br/> ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_d068435e684524b51678e214d7447338' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061'> - Test 0061: - <span property='dc:title mf:name'>Coercing native types to arbitrary datatypes</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061'> - <p lang='en' property='dc:description'>Expanding native types when coercing to arbitrary datatypes</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0061-in.jsonld' title='Coercing native types to arbitrary datatypes Input'>{<br/> "@context": {<br/> "property": {<br/> "@id": "http://example.com/property",<br/> "@type": "http://example.com/datatype"<br/> }<br/> },<br/> "property": [ 1, true, false, 5.1 ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0061-out.jsonld' title='Coercing native types to arbitrary datatypes Result'>[<br/> {<br/> "http://example.com/property": [<br/> { "@value": 1, "@type": "http://example.com/datatype" },<br/> { "@value": true, "@type": "http://example.com/datatype" },<br/> { "@value": false, "@type": "http://example.com/datatype" },<br/> { "@value": 5.1, "@type": "http://example.com/datatype" }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_33ac973fae11f33795afd16a647503b5' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062'> - Test 0062: - <span property='dc:title mf:name'>Various relative IRIs with with @base</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062'> - <p lang='en' property='dc:description'>Pathological relative IRIs</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0062-in.jsonld' title='Various relative IRIs with with @base Input'>{<br/> "@context": {<br/> "@base": "http://example.com/some/deep/directory/and/file#with-a-fragment",<br/> "links": { "@id": "http://www.example.com/link", "@type": "@id", "@container": "@list" }<br/> },<br/> "@id": "relativeIris",<br/> "@type": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "../../../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative"<br/> ],<br/> "links": [<br/> "link",<br/> "#fragment-works",<br/> "?query=works",<br/> "./",<br/> "../",<br/> "../parent",<br/> "../../parent-parent-eq-root",<br/> "./../../../../../still-root",<br/> "../.././.././../../too-many-dots",<br/> "/absolute",<br/> "//example.org/scheme-relative",<br/> "//example.org/../scheme-relative",<br/> "//example.org/.././useless/../../scheme-relative"<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0062-out.jsonld' title='Various relative IRIs with with @base Result'>[<br/> {<br/> "@id": "http://example.com/some/deep/directory/and/relativeIris",<br/> "@type": [<br/> "http://example.com/some/deep/directory/and/link",<br/> "http://example.com/some/deep/directory/and/file#fragment-works",<br/> "http://example.com/some/deep/directory/and/file?query=works",<br/> "http://example.com/some/deep/directory/and/",<br/> "http://example.com/some/deep/directory/",<br/> "http://example.com/some/deep/directory/parent",<br/> "http://example.com/some/deep/parent-parent-eq-root",<br/> "http://example.com/still-root",<br/> "http://example.com/too-many-dots",<br/> "http://example.com/absolute",<br/> "http://example.org/scheme-relative"<br/> ],<br/> "http://www.example.com/link": [ {<br/> "@list": [<br/> { "@id": "http://example.com/some/deep/directory/and/link" },<br/> { "@id": "http://example.com/some/deep/directory/and/file#fragment-works" },<br/> { "@id": "http://example.com/some/deep/directory/and/file?query=works" },<br/> { "@id": "http://example.com/some/deep/directory/and/" },<br/> { "@id": "http://example.com/some/deep/directory/" },<br/> { "@id": "http://example.com/some/deep/directory/parent" },<br/> { "@id": "http://example.com/some/deep/parent-parent-eq-root" },<br/> { "@id": "http://example.com/still-root" },<br/> { "@id": "http://example.com/too-many-dots" },<br/> { "@id": "http://example.com/absolute" },<br/> { "@id": "http://example.org/scheme-relative" },<br/> { "@id": "http://example.org/scheme-relative" },<br/> { "@id": "http://example.org/scheme-relative" }<br/> ]<br/> } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_c3cb22baf4165bc4a2a500492f024837' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063'> - Test 0063: - <span property='dc:title mf:name'>Reverse property and index container</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063'> - <p lang='en' property='dc:description'>Expaning reverse properties with an index-container</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0063-in.jsonld' title='Reverse property and index container Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@container": "@index" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": {<br/> "Dave": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> "Gregg": {<br/> "@id": "http://example.com/people/gregg",<br/> "name": "Gregg Kellogg"<br/> }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0063-out.jsonld' title='Reverse property and index container Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "@index": "Dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> },<br/> {<br/> "@id": "http://example.com/people/gregg",<br/> "@index": "Gregg",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Gregg Kellogg" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_6291c77496bb2a2f0c7498ee90d49966' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064'> - Test 0064: - <span property='dc:title mf:name'>bnode values of reverse properties</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064'> - <p lang='en' property='dc:description'>Expand reverse property whose values are unlabeled blank nodes</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0064-in.jsonld' title='bnode values of reverse properties Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows" }<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "isKnownBy": [<br/> {<br/> "name": "Dave Longley"<br/> },<br/> {<br/> "name": "Gregg Kellogg"<br/> }<br/> ]<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0064-out.jsonld' title='bnode values of reverse properties Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> },<br/> {<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Gregg Kellogg" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_acc6d9fbe49f93a05dedfd3049c125ac' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065'> - Test 0065: - <span property='dc:title mf:name'>Drop unmapped keys in reverse map</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065'> - <p lang='en' property='dc:description'>Keys that are not mapped to an IRI in a reverse-map are dropped</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0065-in.jsonld' title='Drop unmapped keys in reverse map Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "knows": "http://xmlns.com/foaf/0.1/knows"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> "relative-iri": {<br/> "@id": "relative-node",<br/> "name": "Keys that are not mapped to an IRI in a reverse-map are dropped"<br/> }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0065-out.jsonld' title='Drop unmapped keys in reverse map Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_6026cd43b7039a0586c06e4a67477cbb' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066'> - Test 0066: - <span property='dc:title mf:name'>Reverse-map keys with @vocab</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066'> - <p lang='en' property='dc:description'>Expand uses @vocab to expand keys in reverse-maps</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0066-in.jsonld' title='Reverse-map keys with @vocab Input'>{<br/> "@context": {<br/> "name": "http://xmlns.com/foaf/0.1/name",<br/> "knows": "http://xmlns.com/foaf/0.1/knows",<br/> "@vocab": "http://example.com/vocab/"<br/> },<br/> "@id": "http://example.com/people/markus",<br/> "name": "Markus Lanthaler",<br/> "@reverse": {<br/> "knows": {<br/> "@id": "http://example.com/people/dave",<br/> "name": "Dave Longley"<br/> },<br/> "noTerm": {<br/> "@id": "relative-node",<br/> "name": "Compact keys using @vocab"<br/> }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0066-out.jsonld' title='Reverse-map keys with @vocab Result'>[<br/> {<br/> "@id": "http://example.com/people/markus",<br/> "@reverse": {<br/> "http://xmlns.com/foaf/0.1/knows": [<br/> {<br/> "@id": "http://example.com/people/dave",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Dave Longley" } ]<br/> }<br/> ],<br/> "http://example.com/vocab/noTerm": [<br/> {<br/> "@id": "http://json-ld.org/test-suite/tests/relative-node",<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Compact keys using @vocab" } ]<br/> }<br/> ]<br/> },<br/> "http://xmlns.com/foaf/0.1/name": [ { "@value": "Markus Lanthaler" } ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_69d9d5cb5e9a5deaa51fe95122486a56' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067'> - Test 0067: - <span property='dc:title mf:name'>prefix://suffix not a compact IRI</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067'> - <p lang='en' property='dc:description'>prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0067-in.jsonld' title='prefix://suffix not a compact IRI Input'>{<br/> "@context": {<br/> "http": "http://example.com/this-prefix-would-overwrite-all-http-iris"<br/> },<br/> "@id": "http://example.org/node1",<br/> "@type": "http://example.org/type",<br/> "http://example.org/property": "all these IRIs remain unchanged because they are interpreted as absolute IRIs"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0067-out.jsonld' title='prefix://suffix not a compact IRI Result'>[<br/> {<br/> "@id": "http://example.org/node1",<br/> "@type": ["http://example.org/type"],<br/> "http://example.org/property": [<br/> { "@value": "all these IRIs remain unchanged because they are interpreted as absolute IRIs" }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_a9d2b19b2ad03217da932e4b322505c9' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068'> - Test 0068: - <span property='dc:title mf:name'>_:suffix values are not a compact IRI</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068'> - <p lang='en' property='dc:description'>prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0068-in.jsonld' title='_:suffix values are not a compact IRI Input'>{<br/> "@context": {<br/> "_": "http://example.com/this-prefix-would-overwrite-all-blank-node-identifiers"<br/> },<br/> "@id": "_:node1",<br/> "@type": "_:type",<br/> "_:property": "all these IRIs remain unchanged because they are interpreted as blank node identifiers"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0068-out.jsonld' title='_:suffix values are not a compact IRI Result'>[<br/> {<br/> "@id": "_:node1",<br/> "@type": [ "_:type" ],<br/> "_:property": [<br/> { "@value": "all these IRIs remain unchanged because they are interpreted as blank node identifiers" }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_8d0172557b1a3eaaa95912187fdbe7f3' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069'> - Test 0069: - <span property='dc:title mf:name'>Compact IRI as term with type mapping</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069'> - <p lang='en' property='dc:description'>Redefine compact IRI to define type mapping using the compact IRI itself as value of @id</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0069-in.jsonld' title='Compact IRI as term with type mapping Input'>{<br/> "@context": {<br/> "rdfs": "http://www.w3.org/2000/01/rdf-schema#",<br/> "rdfs:subClassOf": { "@id": "rdfs:subClassOf", "@type": "@id" }<br/> },<br/> "@id": "http://example.com/vocab#class",<br/> "@type": "rdfs:Class",<br/> "rdfs:subClassOf": "http://example.com/vocab#someOtherClass"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0069-out.jsonld' title='Compact IRI as term with type mapping Result'>[<br/> {<br/> "@id": "http://example.com/vocab#class",<br/> "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class" ],<br/> "http://www.w3.org/2000/01/rdf-schema#subClassOf": [<br/> { "@id": "http://example.com/vocab#someOtherClass"}<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_00415a21708127e75f67425e12d10761' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070'> - Test 0070: - <span property='dc:title mf:name'>Compact IRI as term defined using equivalent compact IRI</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070'> - <p lang='en' property='dc:description'>Redefine compact IRI to define type mapping using the compact IRI itself as string value</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0070-in.jsonld' title='Compact IRI as term defined using equivalent compact IRI Input'>{<br/> "@context": {<br/> "prefix": "http://www.example.org/vocab#",<br/> "prefix:foo": "prefix:foo"<br/> },<br/> "@id": "http://example.com/vocab#id",<br/> "@type": "prefix:Class",<br/> "prefix:foo": "bar"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0070-out.jsonld' title='Compact IRI as term defined using equivalent compact IRI Result'>[<br/> {<br/> "@id": "http://example.com/vocab#id",<br/> "@type": [ "http://www.example.org/vocab#Class" ],<br/> "http://www.example.org/vocab#foo": [<br/> { "@value": "bar"}<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_71fb227fe49f4333659a9da759fbc555' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071'> - Test 0071: - <span property='dc:title mf:name'>Redefine terms looking like compact IRIs</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071'> - <p lang='en' property='dc:description'>Term definitions may look like compact IRIs</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0071-in.jsonld' title='Redefine terms looking like compact IRIs Input'>{<br/> "@context": [<br/> {<br/> "v": "http://example.com/vocab#",<br/> "v:term": "v:somethingElse",<br/> "v:termId": { "@id": "v:somethingElseId" }<br/> },<br/> {<br/> "v:term": "v:term",<br/> "v:termId": { "@id": "v:termId" }<br/> }<br/> ],<br/> "v:term": "value of v:term",<br/> "v:termId": "value of v:termId"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0071-out.jsonld' title='Redefine terms looking like compact IRIs Result'>[<br/> {<br/> "http://example.com/vocab#term": [<br/> { "@value": "value of v:term" }<br/> ],<br/> "http://example.com/vocab#termId": [<br/> { "@value": "value of v:termId" }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_17f279996d2744c452505740651ae56f' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072'> - Test 0072: - <span property='dc:title mf:name'>Redefine term using @vocab, not itself</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072'> - <p lang='en' property='dc:description'>Redefining a term as itself when @vocab is defined uses @vocab, not previous term definition</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0072-in.jsonld' title='Redefine term using @vocab, not itself Input'>{<br/> "@context": [<br/> {<br/> "v": "http://example.com/vocab#",<br/> "term": "v:somethingElse"<br/> },<br/> {<br/> "@vocab": "http://example.com/anotherVocab#",<br/> "term": "term"<br/> }<br/> ],<br/> "term": "value of term"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0072-out.jsonld' title='Redefine term using @vocab, not itself Result'>[<br/> {<br/> "http://example.com/anotherVocab#term": [<br/> { "@value": "value of term" }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_8400108fdfc367eb2220a1c0e9ed78cb' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073'> - Test 0073: - <span property='dc:title mf:name'>@context not first property</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073'> - <p lang='en' property='dc:description'>Objects are unordered, so serialized node definition containing @context may have @context at the end of the node definition</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0073-in.jsonld' title='@context not first property Input'>{<br/> "@id": "ex:node1",<br/> "owl:sameAs": {<br/> "@id": "ex:node2",<br/> "rdfs:label": "Node 2",<br/> "link": "ex:node3",<br/> "@context": {<br/> "rdfs": "http://www.w3.org/2000/01/rdf-schema#"<br/> }<br/> },<br/> "@context": {<br/> "ex": "http://example.org/",<br/> "owl": "http://www.w3.org/2002/07/owl#",<br/> "link": { "@id": "ex:link", "@type": "@id" }<br/> }<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0073-out.jsonld' title='@context not first property Result'>[<br/> {<br/> "@id": "http://example.org/node1",<br/> "http://www.w3.org/2002/07/owl#sameAs": [<br/> {<br/> "@id": "http://example.org/node2",<br/> "http://example.org/link": [<br/> { "@id": "http://example.org/node3" }<br/> ],<br/> "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Node 2" } ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_d16ace1c40a3c0a87949ff175f59a034' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074'> - Test 0074: - <span property='dc:title mf:name'>@id not first property</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074'> - <p lang='en' property='dc:description'>Objects are unordered, so serialized node definition containing @id may have @id at the end of the node definition</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0074-in.jsonld' title='@id not first property Input'>{<br/> "@context": {<br/> "ex": "http://example.org/",<br/> "owl": "http://www.w3.org/2002/07/owl#",<br/> "link": {<br/> "@id": "ex:link",<br/> "@type": "@id"<br/> }<br/> },<br/> "owl:sameAs": {<br/> "@context": {<br/> "rdfs": "http://www.w3.org/2000/01/rdf-schema#"<br/> },<br/> "rdfs:label": "Node 2",<br/> "link": "ex:node3",<br/> "@id": "ex:node2"<br/> },<br/> "@id": "ex:node1"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0074-out.jsonld' title='@id not first property Result'>[<br/> {<br/> "@id": "http://example.org/node1",<br/> "http://www.w3.org/2002/07/owl#sameAs": [<br/> {<br/> "@id": "http://example.org/node2",<br/> "http://example.org/link": [<br/> { "@id": "http://example.org/node3" }<br/> ],<br/> "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Node 2" } ]<br/> }<br/> ]<br/> }<br/>]<br/></pre> - </dd> - <dt id='test_e79ab0b007c9404f327c173831db3146' resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075'> - Test 0075: - <span property='dc:title mf:name'>@vocab as blank node identifier</span> - </dt> - <dd resource='http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075'> - <p lang='en' property='dc:description'>Use @vocab to map all properties to blank node identifiers</p> - <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/expand-0075-in.jsonld' title='@vocab as blank node identifier Input'>{<br/> "@context": {<br/> "@vocab": "_:"<br/> },<br/> "@id": "ex:node1",<br/> "b1": "blank node property 1",<br/> "b2": "blank node property 1"<br/>}<br/></pre> - <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/expand-0075-out.jsonld' title='@vocab as blank node identifier Result'>[<br/> {<br/> "@id": "ex:node1",<br/> "_:b1": [ { "@value": "blank node property 1" } ],<br/> "_:b2": [ { "@value": "blank node property 1" } ]<br/> }<br/>]<br/></pre> + <dt id='test_c53e957bf8df01ea8e6bdd4b364c730d' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113'> + Test 0113: + <span property='dc:title mf:name'>Dataset with a IRI named graph</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113'> + <p lang='en' property='dc:description'>Basic use of creating a named graph using an IRI name</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0113-in.jsonld' title='Dataset with a IRI named graph Input'>{<br/> "@id": "http://example/g",<br/> "@graph": {<br/> "@id": "http://example/s",<br/> "http://example/p": {"@id": "http://example/o"}<br/> }<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0113-out.nq' title='Dataset with a IRI named graph Result'><http://example/s> <http://example/p> <http://example/o> <http://example/g> .<br/></pre> + </dd> + <dt id='test_a0d080556890ca48ba445e60a9d24642' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114'> + Test 0114: + <span property='dc:title mf:name'>Dataset with a IRI named graph</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114'> + <p lang='en' property='dc:description'>Basic use of creating a named graph using a BNode name</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0114-in.jsonld' title='Dataset with a IRI named graph Input'>{<br/> "@id": "_:g",<br/> "@graph": {<br/> "@id": "http://example/s",<br/> "http://example/p": {"@id": "http://example/o"}<br/> }<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0114-out.nq' title='Dataset with a IRI named graph Result'><http://example/s> <http://example/p> <http://example/o> _:b0 .<br/></pre> + </dd> + <dt id='test_2fe7ebc1f03dee9e80d5715894949748' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115'> + Test 0115: + <span property='dc:title mf:name'>Dataset with a default and two named graphs</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115'> + <p lang='en' property='dc:description'>Dataset with a default and two named graphs (IRI and BNode)</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0115-in.jsonld' title='Dataset with a default and two named graphs Input'>{<br/> "@graph": [{<br/> "@id": "http://example/s0",<br/> "http://example/p0": {"@id": "http://example/o0"}<br/> },<br/> {<br/> "@id": "http://example/g",<br/> "@graph": {<br/> "@id": "http://example/s1",<br/> "http://example/p1": {"@id": "http://example/o1"}<br/> }<br/> },<br/> {<br/> "@id": "_:g",<br/> "@graph": {<br/> "@id": "http://example/s2",<br/> "http://example/p2": {"@id": "http://example/o2"}<br/> }<br/> }]<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0115-out.nq' title='Dataset with a default and two named graphs Result'><http://example/s0> <http://example/p0> <http://example/o0> .<br/><http://example/s1> <http://example/p1> <http://example/o1> <http://example/g> .<br/><http://example/s2> <http://example/p2> <http://example/o2> _:b0 .<br/></pre> + </dd> + <dt id='test_1a93fb81733466bfaabdeef82306f1f2' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116'> + Test 0116: + <span property='dc:title mf:name'>Dataset from node with embedded named graph</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116'> + <p lang='en' property='dc:description'>Embedding @graph in a node creates a named grqph</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0116-in.jsonld' title='Dataset from node with embedded named graph Input'>{<br/> "@id": "http://example/s0",<br/> "http://example/p0": {"@id": "http://example/o0"},<br/> "@graph": {<br/> "@id": "http://example/s1",<br/> "http://example/p1": {"@id": "http:///example/o1"}<br/> }<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0116-out.nq' title='Dataset from node with embedded named graph Result'><http://example/s0> <http://example/p0> <http://example/o0> .<br/><http://example/s1> <http://example/p1> <http:///example/o1> <http://example/s0> .<br/></pre> + </dd> + <dt id='test_781b3710e1313ea60f5e25db0a5b5238' resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117'> + Test 0117: + <span property='dc:title mf:name'>Dataset from node with embedded named graph (bnode)</span> + </dt> + <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117'> + <p lang='en' property='dc:description'>Embedding @graph in a node creates a named grqph. Graph name is created if there is no subject</p> + <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0117-in.jsonld' title='Dataset from node with embedded named graph (bnode) Input'>{<br/> "http://example/p0": {"@id": "http://example/o0"},<br/> "@graph": {<br/> "@id": "http://example/s1",<br/> "http://example/p1": {"@id": "http:///example/o1"}<br/> }<br/>}</pre> + <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0117-out.nq' title='Dataset from node with embedded named graph (bnode) Result'><http://example/s1> <http://example/p1> <http:///example/o1> _:b0 .<br/>_:b0 <http://example/p0> <http://example/o0> .<br/></pre> </dd> </div> </dl> @@ -25477,10 +29527,10 @@ <meta content='Earl Report summary generator' lang='en' property='doap:shortdesc' /> <meta content='EarlReport generates HTML+RDFa rollups of multiple EARL reports' lang='en' property='doap:description' /> version - <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.7.1' typeof='doap:Version'> - <span property='doap:revision'>0.2.7.1</span> - <meta content='earl-report-0.2.7.1' property='doap:name' /> - <meta content='2013-08-18' datatype='xsd:date' property='doap:created' /> + <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.3' typeof='doap:Version'> + <span property='doap:revision'>0.2.3</span> + <meta content='earl-report-0.2.3' property='doap:name' /> + <meta content='2013-05-02' datatype='xsd:date' property='doap:created' /> </span> an <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>