mod_sparql ========== mod_sparql is an httpd module aimed at Apache 2.x and higher. It implements the SPARQL query language using the Redland libraries. Requirements ------------ Redland libraries should be installed and redland-config in the path. If not installed the libraries can be found at http://librdf.org/ Apache 2.x with shared library support and apxs available. Building & Installing --------------------- 1. Generate configure by running 'autoconf'. 2. Run 'configure' to generate the Makefile. 3. Make and install the module by running 'make'. 4. Add options to httpd.conf (or other configuration file as required) 5. Restart Apache. TODO ---- - improve reporting of errors to user - general streamlining of code