Skip to content

Commit 1549665

Browse files
authored
Merge pull request #52 from rubensworks/add/rdfxml
Add RDF/XML reports
2 parents e24f243 + c367129 commit 1549665

File tree

6 files changed

+14075
-0
lines changed

6 files changed

+14075
-0
lines changed

rdf-xml/reports/README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This is a collection of individual EARL reports for
2+
test subjects claiming RDF/XML processor conformance.
3+
4+
The consolodated report is saved to index.html generated
5+
using the earl-report Ruby gem. Run it as follows:
6+
7+
gem install earl-report
8+
9+
earl-report --format json -o earl.jsonld *.ttl --manifest ../manifest.ttl --base https://www.w3.org/2013/RDFXMLTests/manifest.ttl --name RDF/XML --bibRef [[RDFXML]]
10+
earl-report --json --format ttl -o earl.ttl earl.jsonld
11+
earl-report --json --format html --template template.md -o index.html earl.jsonld

0 commit comments

Comments
 (0)