@@ -15,17 +15,17 @@ or it can output machine-readable reports in the
15
15
Currently, the following test suites are supported:
16
16
* [ SPARQL 1.1] ( http://w3c.github.io/rdf-tests/sparql11/data-sparql11/ ) (_ only [ SPARQL 1.1 Query] ( http://www.w3.org/TR/sparql11-query/ ) spec_ )
17
17
* [ RDF/XML] ( http://w3c.github.io/rdf-tests/rdf-xml/ )
18
+ * [ N-Triples] ( https://w3c.github.io/rdf-tests/ntriples/ )
19
+ * [ N-Quads] ( https://w3c.github.io/rdf-tests/nquads/ )
20
+ * [ Turtle] ( https://w3c.github.io/rdf-tests/turtle/ )
21
+ * [ TriG] ( https://w3c.github.io/rdf-tests/trig/ )
18
22
19
23
Not all [ RDF test suites] ( https://w3c.github.io/rdf-tests/ ) are supported at the moment.
20
24
However, this package is fully _ modular_ ,
21
25
so that support for different test cases can be implemented easily.
22
26
23
27
Planned support:
24
28
* [ SPARQL 1.1] ( http://w3c.github.io/rdf-tests/sparql11/data-sparql11/ ) (_ other specifications_ )
25
- * [ N-Quads] ( https://w3c.github.io/rdf-tests/nquads/reports/ )
26
- * [ N-Triples] ( https://w3c.github.io/rdf-tests/ntriples/reports/ )
27
- * [ TriG] ( https://w3c.github.io/rdf-tests/trig/reports/ )
28
- * [ Turtle] ( https://w3c.github.io/rdf-tests/turtle/reports/ )
29
29
* [ RDF Schema and Semantics] ( https://w3c.github.io/rdf-tests/rdf-mt/reports/ )
30
30
31
31
## Installation
@@ -205,6 +205,10 @@ $ rdf-test-suite myengine.js http://w3c.github.io/rdf-tests/sparql11/data-sparql
205
205
| [ SPARQL 1.1 tests] ( http://w3c.github.io/rdf-tests/sparql11/data-sparql11/ ) | [ SPARQL 1.1 Protocol] ( http://www.w3.org/TR/sparql11-protocol/ ) | ✖ | http://w3c.github.io/rdf-tests/sparql11/data-sparql11/manifest-all.ttl |
206
206
| [ SPARQL 1.1 tests] ( http://w3c.github.io/rdf-tests/sparql11/data-sparql11/ ) | [ SPARQL 1.1 HTTP RDF Update] ( http://www.w3.org/TR/sparql11-http-rdf-update/ ) | ✖ | http://w3c.github.io/rdf-tests/sparql11/data-sparql11/manifest-all.ttl |
207
207
| [ RDF/XML Syntax Tests] ( https://w3c.github.io/rdf-tests/rdf-xml/ ) | [ RDF 1.1 XML Syntax] ( https://www.w3.org/TR/rdf-syntax-grammar/ ) | [ ` IParser ` ] ( https://github.com/rubensworks/rdf-test-suite.js/blob/master/lib/testcase/rdfsyntax/IParser.ts ) | http://w3c.github.io/rdf-tests/rdf-xml/manifest.ttl |
208
+ | [ N-Triples Tests] ( https://w3c.github.io/rdf-tests/ntriples/ ) | [ RDF 1.1 N-Triples] ( https://www.w3.org/TR/n-triples/ ) | [ ` IParser ` ] ( https://github.com/rubensworks/rdf-test-suite.js/blob/master/lib/testcase/rdfsyntax/IParser.ts ) | http://w3c.github.io/rdf-tests/ntriples/manifest.ttl |
209
+ | [ N-Quads Tests] ( https://w3c.github.io/rdf-tests/nquads/ ) | [ RDF 1.1 N-Quads] ( https://www.w3.org/TR/n-quads/ ) | [ ` IParser ` ] ( https://github.com/rubensworks/rdf-test-suite.js/blob/master/lib/testcase/rdfsyntax/IParser.ts ) | http://w3c.github.io/rdf-tests/nquads/manifest.ttl |
210
+ | [ Turtle Tests] ( https://w3c.github.io/rdf-tests/turtle/ ) | [ RDF 1.1 Turtle] ( https://www.w3.org/TR/turtle/ ) | [ ` IParser ` ] ( https://github.com/rubensworks/rdf-test-suite.js/blob/master/lib/testcase/rdfsyntax/IParser.ts ) | http://w3c.github.io/rdf-tests/turtle/manifest.ttl |
211
+ | [ TriG Tests] ( https://w3c.github.io/rdf-tests/trig/ ) | [ RDF 1.1 TriG] ( https://www.w3.org/TR/trig/ ) | [ ` IParser ` ] ( https://github.com/rubensworks/rdf-test-suite.js/blob/master/lib/testcase/rdfsyntax/IParser.ts ) | http://w3c.github.io/rdf-tests/trig/manifest.ttl |
208
212
209
213
## License
210
214
This software is written by [ Ruben Taelman] ( http://rubensworks.net/ ) .
0 commit comments