Download List

Project Description

Rasqal is a C library for querying RDF graphs, supporting the SPARQL, RDQL, and LAQRS languages. It provides APIs for creating a query and parsing query syntax. It features pluggable triple-stores and matching interfaces, query engines for executing the queries, an API for manipulating results as bindings, and multiple ways to format the results to XML, CSV, TSV, and JSON. It uses the Raptor RDF parser to return triples from RDF content, and can alternatively work with the Redland RDF library's persistent triple stores. It is portable across many POSIX systems.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-17 20:38 Back to release list
0.9.17

An entirely new query engine that executes more of SPARQL (95%+ of the standard test suite passes) using the SPARQL algebra internally was implemented. Experimental LAQRS syntax support was added for SUM, AVG, MIN, and MAX, and execution support for COALESCE and LET. Query result formatters were added for CSV, TSV, and textual Tables. The ABI/API was changed in a backwards-incompatible fashion. Many other bugfixes and improvements were made, including more resilience to resource failure.
Tags: major API refactoring., Major bugfixes, Major feature enhancements

Project Resources