- From: Dave Beckett <dave.beckett@bristol.ac.uk>
- Date: Fri, 10 Jun 2005 14:20:37 +0100
- To: semantic-web@w3.org
Redland RDF Application Framework 1.0.2 http://librdf.org/ Redland is a C library that provides a high-level interface 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 works across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin), win32 and others. Redland implements each of the RDF concepts in its own class via an object based API, reflected into the other language APIs - C#, Java, Perl, PHP, Python, Ruby and Tcl provided by the Redland Bindings[1]. Some of the classes providing the parsers, storage mechanisms and other elements are built as modules that can be added or removed as required. The changes in this version are: * Fixed a crash when querying or searching with the API and getting no results. * Updated to use Rasqal[2] 0.9.10 to provide query results sorting such as SPARQL ORDER BY and some SPARQL syntax updates. * Updated to use Raptor[3] 1.4.7 to to fix some crashes in the RSS tag soup parser and serializer. See the detailed 1.0.2 release notes at http://librdf.org/RELEASE.html#rel1_0_2 for full information on all the changes. Redland 1.0.2 was tested as working out-of-the-box (configure; make; make check) with the following systems: alphaev67-unknown-linux-gnu - Debian GNU/Linux 3.0 on Alpha i386-pc-solaris2.9 - Sun Solaris 9 (SunOS 5.9) on x86 i386-unknown-freebsd5.4 - FreeBSD 5.4 on x86 i386-unknown-netbsdelf1.6.1 - NetBSD 1.6.1 on x86 i386-unknown-openbsd3.4 - OpenBSD 3.4 on x86 i686-pc-linux-gnu - Debian GNU/Linux unstable on x86 powerpc-apple-darwin5.5 - Apple OSX 10.2.5 on powerpc sparc-sun-solaris2.8 - Sun Solaris 8 (SunOS 5.8) on sparc sparc-sun-solaris2.9 - Sun Solaris 9 (SunOS 5.9) on sparc x86_64-unknown-linux-gnu - Redhat GNU/Linux Fedora Core 3 on AMD64 The release consists of the full sources, RPM binaries and source RPM packages for RedHat Linux Fedora Core 3. These are also available from the Redland SourceForge mirror site at http://sourceforge.net/projects/librdf/ Debian packages are made available after release and in due course will be in the standard Debian unstable archive. Win32 binaries may be available later. The main web site lets you browse and check out the latest version of the sources in CVS and use Redland in various demos. Bugs can be reported to http://bugs.librdf.org/ I post updates about Redland, Raptor and Rasqal to the redland-dev list which is one of the lists you can join from the list page at http://librdf.org/lists/ Dave [1] http://librdf.org/bindings/ [2] http://librdf.org/rasqal/ [3] http://librdf.org/raptor/
Received on Friday, 10 June 2005 13:22:06 UTC