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.

2008-07-06 15:12 Back to release list
0.9.16

A major API/ABI change was made, so Rasqal 0.9.16
is incompatible with earlier releases. A new
rasqal_world object was added and used for all
constructor functions. All deprecated functions
and macros were removed. Query result sets can now
be read and written from sparql XML results
format. Error syntax error reporting was improved.
Tags: Major feature enhancements

Project Resources