- From: Dave Beckett <dave@dajobe.org>
- Date: Sat, 29 Dec 2012 17:10:23 -0800 (PST)
- To: semantic-web@w3.org
Redland librdf RDF library 1.0.16 http://librdf.org/ Redland librdf is a Free Software / Open Source C library that provides a high-level API for the Resource Description Framework (RDF) allowing the RDF graph to be parsed, serialized, stored, queried and manipulated. It is a mature and portable library that has been tesed on multiple POSIX systems and architectures. Redland implements each of the RDF concepts in its own class via an object based API, reflected into the other language APIs such as Perl, PHP and Python provided by the Redland Bindings[1]. Many of the classes implementations for parsers and triple stores are built as modules that can be added or removed as required. This is a bug fix release of Redland librdf. The main changes since the last release on 2011-12-03 are: * librdf_model_contains_statement() and librdf_storage_contains_statement() now return 0 for invalid statements * Postgres, MySQL and Hashes storage bug fixes. * Multiple other API bug fixes * Multiple build fixes to help building on Windows. (Daniel Richard G.) * Requires Raptor 2.0.7 or newer * Fixed Issues: 0000443, 0000460, 0000497, 0000518 and 0000519 The Redland librdf API reference manual section on API changes at http://librdf.org/docs/api/redland-changes.html provides detailed function, enum, macro and type changes. For full details see the Redland librdf 1.0.16 release notes at http://librdf.org/RELEASE.html#rel1_0_16 Redland librdf 1.0.16 requires: 1) Rasqal 0.9.25[2] or newer 2) Raptor 2.0.7[3] or newer which are packaged and distributed separately. redland-1.0.16.tar.gz MD5 32f8e1417a64d3c6f2c727f9053f55ea SHA256 d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd Binary deb packages for Debian will be made available via the standard debian archive and download.librdf.org. The http://librdf.org/ site lets you browse and check out the latest version of the sources in GIT and use Redland in various demos such as Triplr http://triplr.org/ For more information on the Redland RDF libraries (librdf, Raptor and Rasqal) please join the redland-dev list at http://librdf.org/lists/ or visit the IRC channel #redland on irc.freenode.net Issues should be reported via http://bugs.librdf.org/ Dave [1] Redland Language Bindings http://librdf.org/bindings/ [2] Rasqal RDF Query Library http://librdf.org/rasqal/ [3] Raptor RDF Syntax library http://librdf.org/raptor/
Received on Sunday, 30 December 2012 01:10:49 UTC