Monthly ArchiveMay 2005



language bindings 29 May 2005 08:30 am

Redland Bindings Version 1.0.1.1 Released

  • Synchronise with Redland 1.0.1
    (release notes)
  • Updated examples and tests to use latest SPARQL syntax
  • Perl binding addeded several helper methods for nodes
  • PHP binding returns a PHP null instead of a NULL node pointer
  • Python binding gets various fixes (Daniel Larsson)
  • Ruby binding generates html documentation using rdoc (Nikolas Coukouma)

See the 1.0.1.1 Release Notes
for the full details of the changes.

librdf RDF API 29 May 2005 08:16 am

Redland Version 1.0.1 Released

  • Updated to use Rasqal 0.9.9
    to provide improved SPARQL query support for the revised syntax
    (release notes)
  • Updated to use Raptor 1.4.6 to
    provide a new GRDDL parser as well as updated RSS enclosures support
    (relase notes)
  • MySQL store has changed key algorithm: NOTE: may require a store save and reload
  • SQLite store now returns correct query results
  • Digest and Hash classes are now public and available to bindings
  • Empty iterators and streams now always return an object
  • Win32 portability fixes and build configuration (John Barstow)
  • Several other API additions were made.

See the 1.0.1 Release Notes
for the full details of the changes.

librasqal RDF query 19 May 2005 01:52 pm

Rasqal Version 0.9.9 Released

  • Updated to SPARQL Query Language for RDF,
    W3C Working Draft, 19 April 2005 making widespread changes the syntax.
  • Query API extensively added to access more query structure
  • Query engine updated including query results limit and offsets
  • Updated to the revised SPARQL Query Results XML Format (not yet published)
  • Many other bug fixes and improvements

See the 0.9.9 Release Notes
for the full details of the changes.

libraptor RDF syntax parsing/serializing 19 May 2005 01:04 pm

Raptor Version 1.4.6 Released

  • Added a Gleaning Resource Descriptions from Dialects of Languages (GRDDL) parser for reading XHTML and XML as RDF triples
  • Updated RSS enclosures support in RSS tag soup parser and RSS 1.0 serializer (Suzan Foster)
  • Fixed several crashes with RSS tag soup parser, RDF/XML-abbrev serializer.
  • The turtle parser now accepts “”"long literals”"”

See the Raptor 1.4.6 Release Notes
for the full details of the changes.