We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9f5da commit a5a0f66Copy full SHA for a5a0f66
reports/README
reports/README.md
@@ -0,0 +1,14 @@
1
+This is a collection of individual
2
+[EARL reports](https://www.w3.org/TR/EARL10-Schema/) for
3
+test subjects claiming JSON-LD processor conformance.
4
+
5
+The consolidated report is saved to `index.html` generated
6
+using the
7
+[earl-report Ruby gem](https://rubygems.org/gems/earl-report).
8
+Run it as follows:
9
10
+```sh
11
+$ gem install earl-report
12
+$ earl-report --format json -o earl.jsonld *.ttl
13
+$ earl-report --json --format html --template template.haml -o index.html earl.jsonld
14
+```
0 commit comments