Re: How to obtain the latest version of SPARQL 1.1 test cases?

Hi,

> On 12 Nov 2017, at 12:25, Wouter Beek <wouter@triply.cc> wrote:
> 
> ```
> $ wget --recursive --page-requisites --convert-links --no-parent https://www.w3.org/2009/sparql/docs/tests/
> ```

Hmm, most of the folders on that page actually show a directory listing in HTML, so that wget -r can follow those.
The only two folders i found to behave in a different way are:
- https://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/
- https://www.w3.org/2009/sparql/docs/tests/data-sparql11/http-rdf-update/
They seem to have their own index.html .

I think for rdflib we used these:
https://github.com/w3c/rdf-tests/

Maybe https://www.w3.org/2009/sparql/docs/tests/ could point to http://w3c.github.io/rdf-tests/sparql11/ ?

Best,
Jörn

Received on Sunday, 12 November 2017 16:41:40 UTC