diff --git a/.gitignore b/.gitignore
index aeafccd3..2f923716 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.DS_store
.classpath
.project
.settings
@@ -8,3 +9,4 @@ target/
*~
pom.xml.versionsBackup
dependency-reduced-pom.xml
+*-report.jsonld
diff --git a/README.md b/README.md
index 2270d45c..3ebff732 100644
--- a/README.md
+++ b/README.md
@@ -258,6 +258,46 @@ mvn test -pl core
to run only core package tests
+### Update local spec tests
+
+Note: This assumes a local checkout of the [https://github.com/w3c/json-ld-api](https://github.com/w3c/json-ld-api) repo on the same level as `jsonld-java`. Adapt these steps for the `json-ld-framing` tests and [https://github.com/w3c/json-ld-framing](https://github.com/w3c/json-ld-framing) repo.
+
+Update the local `json-ld-api` tests:
+
+```bash
+cd ../json-ld-api ; git pull ; cd ../jsonld-java
+```
+
+Copy local `json-ld-api` tests to `jsonld-java`:
+
+
+```bash
+cp -r ../json-ld-api/tests/* core/src/test/resources/json-ld-api-tests/
+```
+
+Run all local spec tests, re-generate reports, and update skip files:
+
+```bash
+rm core/reports/*-skip ; mvn clean test -Dreport.format=jsonld
+```
+
+Commit the new tests and skip files so we get a useful diff when rerunning skipped spec tests:
+
+```bash
+git add .
+git commit -m 'Update json-ld-api tests'
+```
+
+### Rerun skipped spec tests
+
+Implement your fix or feature, then rerun all local spec tests (second run will pass):
+
+```bash
+rm core/reports/*-skip ; mvn clean test
+```
+
+The diff on the `core/reports/*-skip` files shows which spec tests were enabled.
+
### Code style
The JSONLD-Java project uses custom Eclipse formatting and cleanup style guides to ensure that Pull Requests are fairly simple to merge.
diff --git a/core/pom.xml b/core/pom.xml
index bf42b50c..41594895 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
jsonld-java-parent
com.github.jsonld-java
- 0.13.2-SNAPSHOT
+ 0.14.0-SNAPSHOT
4.0.0
jsonld-java
diff --git a/core/src/test/resources/json-ld.org/normalize-0001-out.nq b/core/reports/json-ld-1.0-tests-skip
similarity index 100%
rename from core/src/test/resources/json-ld.org/normalize-0001-out.nq
rename to core/reports/json-ld-1.0-tests-skip
diff --git a/core/reports/json-ld-api-tests-skip b/core/reports/json-ld-api-tests-skip
new file mode 100644
index 00000000..9216301e
--- /dev/null
+++ b/core/reports/json-ld-api-tests-skip
@@ -0,0 +1,737 @@
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ta038
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0074
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0076
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0077
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0078
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0079
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0080
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0081
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0082
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0083
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0084
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0085
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0086
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0087
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0088
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0090
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0091
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0092
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0093
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0094
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0095
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0096
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0097
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0098
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0099
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0100
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0101
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0102
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0103
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0104
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0105
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0107
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0109
+https://w3c.github.io/json-ld-api/tests/compact-manifest#t0110
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc001
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc002
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc003
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc004
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc005
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc006
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc007
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc008
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc010
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc011
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc012
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc013
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc015
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc016
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc017
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc018
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc019
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc020
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc021
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc022
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc023
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc024
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc025
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tc026
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tdi02
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tdi03
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tdi07
+https://w3c.github.io/json-ld-api/tests/compact-manifest#te001
+https://w3c.github.io/json-ld-api/tests/compact-manifest#te002
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ten01
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep05
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep06
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep07
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep08
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep09
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep10
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep11
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep12
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep13
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep14
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tep15
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tin01
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tin02
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tin03
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tin04
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tin05
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tjs11
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tli01
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tli02
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tli03
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tli04
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tli05
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm001
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm002
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm003
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm004
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm005
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm006
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm007
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm008
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm009
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm010
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm011
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm012
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm013
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm014
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm015
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm016
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm017
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm018
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm019
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm020
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm021
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tm022
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn001
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn002
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn003
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn004
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn005
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn006
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn007
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn008
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn009
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn010
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tn011
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tp001
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tp002
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tp008
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpi01
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpi02
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpi03
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpi04
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpi05
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpi06
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpr01
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpr02
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpr03
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpr04
+https://w3c.github.io/json-ld-api/tests/compact-manifest#tpr05
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ts001
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ts002
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ttn01
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ttn02
+https://w3c.github.io/json-ld-api/tests/compact-manifest#ttn03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0079
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0080
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0081
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0082
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0083
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0084
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0085
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0086
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0087
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0088
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0092
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0093
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0094
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0095
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0096
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0097
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0098
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0099
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0100
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0101
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0102
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0103
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0104
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0105
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0106
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0107
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0108
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0109
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0110
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0111
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0112
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0114
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0115
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0116
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0117
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0118
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0119
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0120
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0122
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0123
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0124
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0125
+https://w3c.github.io/json-ld-api/tests/expand-manifest#t0128
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc001
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc002
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc003
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc004
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc005
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc006
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc007
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc008
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc010
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc011
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc012
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc013
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc014
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc015
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc016
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc017
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc018
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc019
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc020
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc021
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc022
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc023
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc024
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc025
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc026
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc028
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc029
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc030
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc031
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc032
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc033
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tc034
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi08
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tdi09
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tec01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tec02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tem01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ten01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ten02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ten03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ten04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ten05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ten06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tep02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tep03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter07
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter08
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter09
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter10
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter11
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter12
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter13
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter14
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter15
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter17
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter18
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter19
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter20
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter21
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter22
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter23
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter24
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter25
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter26
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter27
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter28
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter29
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter30
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter31
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter32
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter33
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter34
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter35
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter36
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter37
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter38
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter39
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter40
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter41
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter42
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter43
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter44
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter48
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter49
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter50
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter51
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter52
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ter53
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tes01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tes02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin07
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin08
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tin09
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tjs16
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tjs19
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tjs22
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli07
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli08
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli09
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tli10
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm001
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm002
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm003
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm004
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm005
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm006
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm007
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm008
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm009
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm010
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm011
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm012
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm013
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm014
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm015
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm016
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm017
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm018
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm019
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tm020
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn001
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn002
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn003
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn004
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn005
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn006
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn007
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tn008
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi07
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi08
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi09
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi10
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpi11
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr04
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr08
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr09
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr11
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr12
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr16
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr17
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr18
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr19
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr20
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr21
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr22
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr25
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr26
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr28
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr29
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr30
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr31
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr32
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr33
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr34
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr35
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr36
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr37
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr38
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr39
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tpr40
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso02
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso03
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso05
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso06
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso07
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso10
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso12
+https://w3c.github.io/json-ld-api/tests/expand-manifest#tso13
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ttn01
+https://w3c.github.io/json-ld-api/tests/expand-manifest#ttn02
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#te001
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tin01
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tin02
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tin03
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tin04
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tin05
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tin06
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tli01
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tli02
+https://w3c.github.io/json-ld-api/tests/flatten-manifest#tli03
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#t0020
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#t0021
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#t0026
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tdi05
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tdi06
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tdi11
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tdi12
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tjs08
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tjs09
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tli01
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tli02
+https://w3c.github.io/json-ld-api/tests/fromRdf-manifest#tli03
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0002
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0003
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0004
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0005
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0006
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0007
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0008
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0010
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0011
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0012
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#t0013
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#tla01
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#tla03
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#tla04
+https://w3c.github.io/json-ld-api/tests/remote-doc-manifest#tla05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#t0126
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#t0128
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc001
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc002
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc003
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc004
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc005
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc006
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc007
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc008
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc010
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc011
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc012
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc013
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc014
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc015
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc016
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc017
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc018
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc019
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc020
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc021
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc022
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc023
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc024
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc025
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc026
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc028
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc029
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc030
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc031
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc032
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc033
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tc034
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tdi08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tdi09
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tdi10
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tdi11
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tdi12
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te075
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te079
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te080
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te081
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te082
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te083
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te084
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te085
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te086
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te087
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te088
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te092
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te093
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te094
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te095
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te096
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te097
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te098
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te099
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te100
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te101
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te102
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te103
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te104
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te105
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te106
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te107
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te108
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te109
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te110
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te111
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te112
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te114
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te115
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te116
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te117
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te118
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te119
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te120
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te122
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te123
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#t0124
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#t0125
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#te128
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tec01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tec02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tem01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ten01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ten02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ten03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ten04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ten05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ten06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tep02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tep03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter07
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter09
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter10
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter11
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter12
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter13
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter14
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter15
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter17
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter18
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter19
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter20
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter21
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter22
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter23
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter24
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter25
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter26
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter27
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter28
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter29
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter30
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter31
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter32
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter33
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter34
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter35
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter36
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter37
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter38
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter39
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter40
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter41
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter42
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter43
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter44
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter48
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter49
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter50
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter51
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter52
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ter53
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin07
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tin09
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs10
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs11
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs12
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs13
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs14
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs15
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs16
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs17
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs18
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs19
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs21
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tjs22
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli07
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli09
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tli10
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm001
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm002
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm003
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm004
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm005
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm006
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm007
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm008
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm009
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm010
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm011
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm012
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm013
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm014
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm015
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm016
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm017
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm018
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm019
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tm020
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn001
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn002
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn003
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn004
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn005
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn006
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn007
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tn008
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi07
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi09
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi10
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpi11
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr08
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr09
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr11
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr12
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr16
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr17
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr18
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr19
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr20
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr21
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr22
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr25
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr26
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr28
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr29
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr30
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr31
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr32
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr33
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr34
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr35
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr36
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr37
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr38
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr39
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tpr40
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#trt01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso06
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso07
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso10
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso12
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#tso13
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ttn01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#ttn02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#twf01
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#twf02
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#twf03
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#twf04
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#twf05
+https://w3c.github.io/json-ld-api/tests/toRdf-manifest#twf07
+https://w3c.github.io/json-ld-api/tests/html-manifest#te001
+https://w3c.github.io/json-ld-api/tests/html-manifest#tex01
+https://w3c.github.io/json-ld-api/tests/html-manifest#te002
+https://w3c.github.io/json-ld-api/tests/html-manifest#te003
+https://w3c.github.io/json-ld-api/tests/html-manifest#te004
+https://w3c.github.io/json-ld-api/tests/html-manifest#te005
+https://w3c.github.io/json-ld-api/tests/html-manifest#te006
+https://w3c.github.io/json-ld-api/tests/html-manifest#te010
+https://w3c.github.io/json-ld-api/tests/html-manifest#te011
+https://w3c.github.io/json-ld-api/tests/html-manifest#te012
+https://w3c.github.io/json-ld-api/tests/html-manifest#te013
+https://w3c.github.io/json-ld-api/tests/html-manifest#te014
+https://w3c.github.io/json-ld-api/tests/html-manifest#te015
+https://w3c.github.io/json-ld-api/tests/html-manifest#te016
+https://w3c.github.io/json-ld-api/tests/html-manifest#te017
+https://w3c.github.io/json-ld-api/tests/html-manifest#te018
+https://w3c.github.io/json-ld-api/tests/html-manifest#te019
+https://w3c.github.io/json-ld-api/tests/html-manifest#te020
+https://w3c.github.io/json-ld-api/tests/html-manifest#te021
+https://w3c.github.io/json-ld-api/tests/html-manifest#te022
+https://w3c.github.io/json-ld-api/tests/html-manifest#tc001
+https://w3c.github.io/json-ld-api/tests/html-manifest#tc002
+https://w3c.github.io/json-ld-api/tests/html-manifest#tc003
+https://w3c.github.io/json-ld-api/tests/html-manifest#tc004
+https://w3c.github.io/json-ld-api/tests/html-manifest#tf001
+https://w3c.github.io/json-ld-api/tests/html-manifest#tf002
+https://w3c.github.io/json-ld-api/tests/html-manifest#tf003
+https://w3c.github.io/json-ld-api/tests/html-manifest#tf004
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr001
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr002
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr003
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr004
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr005
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr010
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr011
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr012
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr013
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr014
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr015
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr016
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr017
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr018
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr019
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr020
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr021
+https://w3c.github.io/json-ld-api/tests/html-manifest#tr022
diff --git a/core/reports/json-ld-framing-tests-skip b/core/reports/json-ld-framing-tests-skip
new file mode 100644
index 00000000..22aa3832
--- /dev/null
+++ b/core/reports/json-ld-framing-tests-skip
@@ -0,0 +1,63 @@
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0011
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0023
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0024
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0026
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0027
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0028
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0029
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0030
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0031
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0032
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0034
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0035
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0036
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0037
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0038
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0039
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0040
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0041
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0042
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0043
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0044
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0045
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0047
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0048
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0049
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0050
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0051
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0052
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0053
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0054
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0055
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0056
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0057
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0058
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0060
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0061
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0062
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0063
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0064
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0065
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0066
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0067
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#t0068
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#teo01
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg002
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg003
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg004
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg005
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg006
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg007
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg008
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg009
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tg010
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tin01
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tin02
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tin03
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tp020
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tp046
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tp049
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tp050
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tra01
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tra02
+https://w3c.github.io/json-ld-framing/tests/frame-manifest#tra03
diff --git a/core/reports/report.jsonld b/core/reports/report.jsonld
deleted file mode 100755
index 53834302..00000000
--- a/core/reports/report.jsonld
+++ /dev/null
@@ -1,10776 +0,0 @@
-{
- "@context" : {
- "@vocab" : "http://www.w3.org/ns/earl#",
- "foaf" : "http://xmlns.com/foaf/0.1/",
- "earl" : "http://www.w3.org/ns/earl#",
- "doap" : "http://usefulinc.com/ns/doap#",
- "dc" : "http://purl.org/dc/terms/",
- "xsd" : "http://www.w3.org/2001/XMLSchema#",
- "foaf:homepage" : {
- "@type" : "@id"
- },
- "doap:homepage" : {
- "@type" : "@id"
- }
- },
- "@graph" : [ {
- "@id" : "http://tristan.github.com/foaf#me",
- "@type" : [ "foaf:Person", "earl:Assertor" ],
- "foaf:name" : "Tristan King",
- "foaf:title" : "Implementor",
- "foaf:homepage" : "http://tristan.github.com"
- }, {
- "@id" : "https://github.com/jsonld-java/jsonld-java",
- "@type" : [ "doap:Project", "earl:TestSubject", "earl:Software" ],
- "doap:name" : "JSONLD-Java",
- "doap:homepage" : "https://github.com/jsonld-java/jsonld-java",
- "doap:description" : {
- "@value" : "An Implementation of the JSON-LD Specification for Java",
- "@language" : "en"
- },
- "doap:programming-language" : "Java",
- "doap:developer" : [ {
- "@id" : "http://tristan.github.com/foaf#me"
- }, {
- "@id" : "https://github.com/ansell/foaf#me",
- "foaf:name" : "Peter Ansell",
- "foaf:title" : "Contributor"
- } ],
- "doap:title" : "JSONLD-Java",
- "dc:date" : {
- "@type" : "xsd:date",
- "@value" : "2013-05-16"
- },
- "dc:creator" : {
- "@id" : "http://tristan.github.com/foaf#me"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/fromRdf-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0021"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0022"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0023"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0024"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0025"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0026"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0027"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0028"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0029"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0030"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0031"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0032"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0033"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0034"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0035"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0036"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0037"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0038"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0039"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0040"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0041"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0042"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0043"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:53+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0044"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0045"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0046"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0047"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0048"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0049"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0050"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0051"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0052"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0053"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0054"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0055"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0056"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/normalize-manifest.jsonld#t0057"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0021"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0022"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0023"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0024"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0025"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0026"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0027"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0028"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0029"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0030"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0031"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0032"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0033"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0034"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0035"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0036"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0037"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0038"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0039"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0040"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0041"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0042"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0043"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0044"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0045"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0046"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0047"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0048"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0049"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0050"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0051"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0052"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0053"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0054"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0055"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0056"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0057"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0058"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0059"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0060"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0061"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0062"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0063"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0064"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0065"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0066"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0067"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0068"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0069"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0070"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0071"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0072"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0073"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0074"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0075"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0076"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/expand-manifest.jsonld#t0077"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0021"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0022"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0023"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0024"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0025"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0026"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0027"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0028"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0029"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0030"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0031"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0032"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0033"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0034"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0035"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0036"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0037"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0038"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0039"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0040"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0041"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0042"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0043"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0044"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/flatten-manifest.jsonld#t0045"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:54+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0022"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0023"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0024"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0025"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0026"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0027"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0028"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0029"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0030"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0031"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0032"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0033"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0034"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0035"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0036"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0041"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0042"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0043"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0044"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0045"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0046"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0047"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0048"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0049"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0050"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0051"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0052"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0053"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0054"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0055"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0056"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0057"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0058"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0059"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0060"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0061"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0062"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0063"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0064"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0065"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0066"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0067"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0068"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0069"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0070"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0071"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0072"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0073"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0074"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0075"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0076"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0077"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0078"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0079"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0080"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0081"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0082"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0083"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0084"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0085"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0086"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0087"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0088"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0089"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0090"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0091"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0092"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0093"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0094"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0095"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0096"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0097"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0098"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0099"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0100"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0101"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0102"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0103"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0104"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0105"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0106"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0107"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0108"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0109"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0110"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0111"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0112"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0113"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0114"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0115"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0118"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0119"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0021"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0022"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0023"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0024"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0025"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0026"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0027"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0028"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0029"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0030"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0031"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0032"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0033"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0034"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0035"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0036"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0037"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0038"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0039"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0040"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0041"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0042"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0043"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0044"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0045"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0046"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0047"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0048"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0049"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0050"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0051"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0052"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0053"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0054"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0055"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0056"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0057"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0058"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0059"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0060"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0061"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0062"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0063"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0064"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0065"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0066"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0067"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0068"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0069"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0070"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/compact-manifest.jsonld#t0071"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0021"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0022"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0023"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0024"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0025"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0026"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0027"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0028"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0029"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0030"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0031"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0032"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0033"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0034"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0035"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0036"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0037"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0038"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:55+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0039"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0040"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0041"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0042"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/error-manifest.jsonld#t0043"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0001"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0002"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0003"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0004"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0005"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0006"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0007"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0008"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0009"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0010"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0011"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0012"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0013"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0014"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0015"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0016"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0017"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0018"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0019"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0020"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- }, {
- "@type" : "earl:Assertion",
- "earl:assertedBy" : {
- "@id" : "http://tristan.github.com/foaf#me"
- },
- "earl:subject" : {
- "@id" : "https://github.com/jsonld-java/jsonld-java"
- },
- "earl:test" : {
- "@id" : "http://json-ld.org/test-suite/tests/frame-manifest.jsonld#t0021"
- },
- "earl:result" : {
- "@type" : "earl:TestResult",
- "earl:outcome" : {
- "@id" : "earl:passed"
- },
- "dc:date" : {
- "@value" : "2014-02-25T13:04:56+11:00",
- "@type" : "xsd:dateTime"
- }
- },
- "earl:mode" : {
- "@id" : "earl:automatic"
- }
- } ]
-}
\ No newline at end of file
diff --git a/core/reports/report.nq b/core/reports/report.nq
deleted file mode 100755
index 1c74dc0a..00000000
--- a/core/reports/report.nq
+++ /dev/null
@@ -1,4042 +0,0 @@
- .
- .
- .
- "Tristan King" .
- "Implementor" .
- "Peter Ansell" .
- "Contributor" .
- .
- "2013-05-16"^^ .
- "An Implementation of the JSON-LD Specification for Java"@en .
- .
- .
- .
- "JSONLD-Java" .
- "Java" .
- "JSONLD-Java" .
- .
- .
- .
-_:b0 .
-_:b0 .
-_:b0 .
-_:b0 _:b1 .
-_:b0 .
-_:b0 .
-_:b1 "2014-02-25T13:04:53+11:00"^^ .
-_:b1 .
-_:b1 .
-_:b10 .
-_:b10 .
-_:b10 .
-_:b10 _:b11 .
-_:b10 .
-_:b10 .
-_:b100 .
-_:b100 .
-_:b100 .
-_:b100 _:b101 .
-_:b100 .
-_:b100 .
-_:b101 "2014-02-25T13:04:53+11:00"^^ .
-_:b101 .
-_:b101 .
-_:b102 .
-_:b102 .
-_:b102 .
-_:b102 _:b103 .
-_:b102 .
-_:b102 .
-_:b103 "2014-02-25T13:04:53+11:00"^^ .
-_:b103 .
-_:b103 .
-_:b104 .
-_:b104 .
-_:b104 .
-_:b104 _:b105 .
-_:b104 .
-_:b104 .
-_:b105 "2014-02-25T13:04:53+11:00"^^ .
-_:b105 .
-_:b105 .
-_:b106 .
-_:b106 .
-_:b106 .
-_:b106 _:b107 .
-_:b106 .
-_:b106 .
-_:b107 "2014-02-25T13:04:53+11:00"^^ .
-_:b107 .
-_:b107 .
-_:b108 .
-_:b108 .
-_:b108 .
-_:b108 _:b109 .
-_:b108 .
-_:b108 .
-_:b109 "2014-02-25T13:04:53+11:00"^^ .
-_:b109 .
-_:b109 .
-_:b11 "2014-02-25T13:04:53+11:00"^^ .
-_:b11 .
-_:b11 .
-_:b110 .
-_:b110 .
-_:b110 .
-_:b110 _:b111 .
-_:b110 .
-_:b110 .
-_:b111 "2014-02-25T13:04:53+11:00"^^ .
-_:b111 .
-_:b111 .
-_:b112 .
-_:b112 .
-_:b112 .
-_:b112 _:b113 .
-_:b112 .
-_:b112 .
-_:b113 "2014-02-25T13:04:53+11:00"^^ .
-_:b113 .
-_:b113 .
-_:b114 .
-_:b114 .
-_:b114 .
-_:b114 _:b115 .
-_:b114 .
-_:b114 .
-_:b115 "2014-02-25T13:04:53+11:00"^^ .
-_:b115 .
-_:b115 .
-_:b116 .
-_:b116 .
-_:b116 .
-_:b116 _:b117 .
-_:b116 .
-_:b116 .
-_:b117 "2014-02-25T13:04:53+11:00"^^ .
-_:b117 .
-_:b117 .
-_:b118 .
-_:b118 .
-_:b118 .
-_:b118 _:b119 .
-_:b118 .
-_:b118 .
-_:b119 "2014-02-25T13:04:53+11:00"^^ .
-_:b119 .
-_:b119 .
-_:b12