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.

2007-04-23 07:59
0.9.14

Syntax and API support was added for an
experimental extension to SPARQL called LAQRS
(LAQRS Adds to Querying RDF in SPARQL). The query
results formatter was updated to allow better
introspection of formats by MIME type. The SPARQL
parser was updated for the SPARQL Working Draft
2007-03-26 additions. Several other fixes and
improvements were made.
Tags: Minor feature enhancements

2006-10-31 06:56
0.9.13

A new query results formatter class was added. Support for SPARQL GRAPH was implemented in the query engine. A new feature system was added for setting query parameters. Many reported issues were fixed and other improvements made.
Tags: Major bugfixes

2006-05-01 01:26
0.9.12

Writing query results in JSON was added. Writing queries was added allowing rasqal to turn RDQL into SPARQL. SPARQL syntax support was updated to SPARQL Query Language for RDF W3C Candidate Rec of 6 April 2006. Some Win32 build fixes, other bugfixes, and many internal code re-organisations were also made.
Tags: Minor feature enhancements

2006-01-16 06:03
0.9.11

The SPARQL Query Language support has had many updates for the RDF W3C Working Draft of 2005-11-23. The query engine has been updated to make ordering, distinct, and limit work. An enhanced API reference manual has been created with gtk-doc. Many updates were made to the literal and expression handling, and many other changes and improvements were made.
Tags: Minor feature enhancements

2005-06-09 19:09
0.9.10

The query engine has been updated to support sorting query results
implementing SPARQL ORDER BY (no duplicates are removed yet), and the
SPARQL query language support has been updated for some recent syntax
changes.
Tags: Major feature enhancements

Project Resources