|
About:
Rasqal is a C library for querying RDF, supporting
the RDQL and SPARQL languages. It provides APIs
for creating a query and parsing query syntax. It
features pluggable triple-store source and
matching interfaces, an engine for executing the
queries and an API for manipulating results as
bindings. 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.
Release focus: Major feature enhancements
Changes:
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.
Author:
Dave Beckett [contact developer]
Homepage:
http://librdf.org/rasqal/
Tar/GZ:
http://download.librdf.org/source/
Changelog:
http://librdf.org/rasqal/ChangeLog
RPM package:
http://download.librdf.org/binaries/redhat/
Debian package:
http://download.librdf.org/binaries/debian/unstable/
CVS tree (cvsweb):
http://svn.librdf.org/view/rasqal/trunk/
Bug tracker:
http://bugs.librdf.org/
Mailing list archive:
http://lists.usefulinc.com/pipermail/redland-dev/
Mirror site:
http://sourceforge.net/projects/librdf/
Demo site:
http://librdf.org/query
Trove categories:
[change]
Dependencies:
[change]
Raptor RDF Parser and Serializer Library (required)
PCRE (optional)
[download links]
|