https://github.com/dajobe/redland-testing
Rasqal SPARQL testing
https://github.com/dajobe/redland-testing
Last synced: 7 months ago
JSON representation
Rasqal SPARQL testing
- Host: GitHub
- URL: https://github.com/dajobe/redland-testing
- Owner: dajobe
- Created: 2011-08-19T01:49:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T19:44:59.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T11:25:34.919Z (8 months ago)
- Language: Perl
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redland Rasqal query tests
==========================This GIT repository holds an environment for testing
[Rasqal](http://librdf.org/rasqal/) against the standard query tests,
concentrating on the
[W3C SPARQL Working Group](http://www.w3.org/2009/sparql/wiki/Main_Page)
SPARQL 1.1 tests which is mirrored in a GIT repository at
[SPARQL 1.1 Tests Repository](https://github.com/dajobe/sparql11-tests)Requirements
------------The `roqet(1)` and `rapper(1)` utilities from Raptor and Rasqal:
* [Raptor](http://librdf.org/raptor/) V2.0.0 or higher
* [Rasqal](http://librdf.org/rasqal/) V0.9.26These must be fetched, configured ( `configure --prefix=somewhere` )
and installed ( `make install` )The `roqet(1)` and `rapper(1)` utilities must be available in a
directory in the `PATH` variable of the environment.The rules that build the EARL data files require the Redland librdf
`rdfproc(1)` utility which can be found at the [Redland site](http://librdf.org/)Use
---The `Makefile` drives the fetching and running of the tests. The
main rules to use are:* `make update` to GIT checkout the tests or update them
* `make check` to run the test
* `make earl` to generate EARL summary files (requires `rdfproc(1)` )