Skip to content

Commit 9bbcf18

Browse files
committed
Generate EARL report.
1 parent b55a665 commit 9bbcf18

16 files changed

Lines changed: 64374 additions & 285 deletions

File tree

etc/.earl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
:format: :json
3+
:manifest:
4+
- https://raw.githubusercontent.com/pchampin/ld-patch-testsuite/master/manifest.ttl
5+
- https://raw.githubusercontent.com/pchampin/ld-patch-testsuite/master/manifest-syntax.ttl
6+
- https://raw.githubusercontent.com/pchampin/ld-patch-testsuite/master/turtle/manifest-ldpatch.ttl
7+
:bibRef: ! '[[LDPATCH]]'
8+
:name: Linked Data Patch Format

etc/README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This is a collection of individual EARL reports for
2+
test subjects claiming Turtle 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 earl.ttl
10+
earl-report --json --format html --template template.haml -o earl.html earl.jsonld

etc/doap.ttl

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
2+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3+
@prefix dc: <http://purl.org/dc/terms/> .
4+
@prefix earl: <http://www.w3.org/ns/earl#> .
5+
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
6+
@prefix doap: <http://usefulinc.com/ns/doap#> .
7+
@prefix ex: <http://example.org/> .
8+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9+
@prefix ldp: <https://raw.githubusercontent.com/pchampin/ld-patch-testsuite/master/manifest.ttl#> .
10+
11+
<http://rubygems.org/gems/ld-patch> a doap:Project, earl:TestSubject, earl:Software ;
12+
doap:name "LD::Patch" ;
13+
doap:homepage <http://ruby-rdf.github.com/ld-patch> ;
14+
doap:license <http://creativecommons.org/licenses/publicdomain/> ;
15+
doap:shortdesc "W3C Linked Data Patch Format for RDF.rb."@en ;
16+
doap:description """
17+
Implements the W3C Linked Data Patch Format and operations for RDF.rb.
18+
Makes use of the SPARQL gem for performing updates
19+
"""@en ;
20+
doap:created "2015-08-23"^^xsd:date ;
21+
doap:programming-language "Ruby" ;
22+
doap:implements <http://www.w3.org/TR/ldpatch/> ;
23+
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
24+
<http://dbpedia.org/resource/Ruby_(programming_language)> ;
25+
doap:download-page <http://rubygems.org/gems/ld-patch> ;
26+
doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
27+
doap:bug-database <http://github.com/ruby-rdf/ld-patch/issues> ;
28+
doap:blog <http://greggkellogg.net/> ;
29+
doap:developer <http://greggkellogg.net/foaf#me> ;
30+
doap:maintainer <http://greggkellogg.net/foaf#me> ;
31+
doap:documenter <http://greggkellogg.net/foaf#me> ;
32+
foaf:maker <http://greggkellogg.net/foaf#me> ;
33+
dc:title "LD::Patch" ;
34+
dc:description """
35+
Implements the W3C Linked Data Patch Format and operations for RDF.rb.
36+
Makes use of the SPARQL gem for performing updates
37+
"""@en ;
38+
dc:date "2015-08-23"^^xsd:date ;
39+
dc:creator <http://greggkellogg.net/foaf#me> ;
40+
dc:isPartOf <http://rubygems.org/gems/rdf> .

etc/earl.html

Lines changed: 8289 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)