Monthly ArchiveJanuary 2004



librdf RDF API 31 Jan 2004 01:19 pm

Redland Version 0.9.15 Released

  • API CHANGE Several classes were modified to use
    unsigned char* for UTF-8 encoded URIs and Literals
  • Update to synchronise with
    Raptor version 1.2.0 (RDF/XML and N-Triples parser) – see
    Raptor NEWS
    gaining the
    Turtle Terse RDF Triple Language
  • Added storage with MySQL written by Morten Frederiksen
  • Added storage with AKT Triplestore
  • Added file and URI-backed in-memory storage
  • Added fixes to make Redland compile cleanly under C++ (tested with g++)
  • Added assertion checks and reporting for function arguments
  • Added method for finding statements in a context
  • Added a method for listing the contexts in a graph
  • Storage, model and serializer get/set feature methods now take and return nodes
  • Improved rdfproc utility to handle multiple storage types, storage options,
    contexts and environment variables for configuration.
  • Fix crash on reporting parser errors with % in the message
  • Improved RDF/XML serializer to chose better output names
  • Many other minor changes and fixes.

See the 0.9.15 Release Notes
for the full list of the changes.

libraptor RDF syntax parsing/serializing 24 Jan 2004 08:07 am

Raptor Version 1.2.0 Released

  • Added a
    Turtle parser (was N-Triples Plus) now with collections.
  • Added raptor_syntaxes_enumerate to get syntax name, label,
    mime_type or uri_string of all known parsers.
  • Added WWW access via BSD libfetch if available.
  • Updated the GNOME GUI grapper program to report errors and warnings