The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.50

  • July 14, 2006
    • a major bug in storing language tags and datatypes for literals fixed (bug 3148, thanks to Pierluigi Miraglia and Gregory Williams), it affects all types of storages (Memory, DB_File, Postgres). The new version is NOT compatible with old storages, so you will have to serialize your data, create new storages and parse it back.

Modules

An object oriented Perl modules for handling tasks related to RDF.
RDF constant definitions
an object that provides access to a set of statements
Enumerator that can be used with DB_File storage.
Enumerator in memory
gets a query object that RDF::Core::Query parsed and evaluates the query.
a package of functions for query language.
a literal value for RDF statement
RDF model
interface between model and RDF::Core::Parser
interface between model and RDF::Core::Serializer
RDF model set
an ancestor of RDF::Core::Resource and RDF::Core::Literal
produces literals and resources, generates labels for anonymous resources
RDF Parser
Implementation of query language
a resource for RDF statement
The RDF Schema access
produce XML code for RDF model
RDF statement
An abstract ancestor of storage implementations
Berkeley DB 1.x implementation of RDF::Core::Storage
An in-memory implementation of RDF::Core::Storage
PostgreSQL implementation of RDF::Core::Storage