json-ld 0.21.4

JSON-LD implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This is a collection of individual
[EARL reports](https://www.w3.org/TR/EARL10-Schema/) for
test subjects claiming JSON-LD processor conformance.

The consolidated report is saved to `index.html` generated
using the
[earl-report Ruby gem](https://rubygems.org/gems/earl-report).
Run it as follows:

```sh
$ gem install earl-report
$ rm -f manifests.nt && (cd ..; rake reports/manifests.nt)
$ earl-report --format json -o earl.jsonld *.ttl
$ earl-report --json --format html --template template.haml -o index.html earl.jsonld
```