- From: Dave Beckett <dave@dajobe.org>
- Date: Sat, 22 Apr 2006 15:14:11 -0700
- To: semantic-web@w3.org
- Message-Id: <1145744051.18629.3.camel@xyzzy.dajobe.org>
Raptor RDF Parser Toolkit 1.4.9 http://librdf.org/raptor/ Raptor is a free software / Open Source C library that provides a set of Resource Description Framework (RDF) parsers and serializers that generate RDF triples by parsing syntaxes or serialize RDF triples into a syntax. It parses the following syntax into RDF triples: RDF/XML, N-Triples, Turtle, GRDDL and RSS tag soup for many RSSes, Atom 0.3 and Atom 1.0. and serializes RDF triples into the following syntaxes: RDF/XML, RDF/XML abbreviated, RDF/XML XMP, N-Triples, Atom 1.0 and RSS 1.0. Raptor is designed to work closely with the Redland RDF library but is fully separate. It is a mature, portable and high performance library that works across many systems and architectures. Raptor has no known memory leaks. The main changes in this version since the last release 2005-01-03 are: * Raptor Tutorial added covering parsing and serializing with examples * Raptor Reference Manual now covers 100% of the public API * rapper can now pretty-print RDF using namespaces as hints * Turtle parser gains boolean literals * Requests for content now send appropriate Accept: headers * No longer requires libxml for rss-tag-soup parser * Various Win32 fixes and VC build files updates (John Barstow) For full details see the Raptor 1.4.9 release notes at http://librdf.org/raptor/RELEASE.html#rel1_4_9 Raptor 1.4.9 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-unknown-netbsdelf2.0.2 - NetBSD 2.0.2 on x86 i386-unknown-openbsd3.8 - OpenBSD 3.8 on x86 i686-pc-linux-gnu - Debian GNU/Linux unstable on x86 powerpc-apple-darwin8.6.0 - Apple OSX 10.4.6 on powerpc powerpc64-unknown-linux-gnu - SuSE Linux ES 9 on powerpc64 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 and and source RPM packages which are also available from the Redland SourceForge mirror site at http://sourceforge.net/projects/librdf/ Binary packages for Debian (deb), Redhat Fedora Core (rpm) and Windows may be made available after the release. The main web site lets you browse and check out the latest version of the sources in Subversion and use Raptor in various demos (as part of Redland). For more information on Redland, Raptor or Rasqal please join the redland-dev list by visiting http://librdf.org/lists/ Dave
Received on Saturday, 22 April 2006 22:14:31 UTC