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

Changes for version 0.30

  • March 14, 2003
    • Specification changes:
    • datatype and language information are handled wherever needed (parser, serializer, storages, literal object, NTriples output)
    • RDF/XML: rdf:nodeID attribute is handled in parser
    • RDF/XML: rdf:parseType="Literal" asserts typed literal
    • RDF/XML: rdf:parseType="Collection" attribute value is handled
    • Fixed bugs:
    • rdf namespace is prepended to about attribute in serializer
    • Namespace/local value separation is kept where RDF::Core::Resource->clone() is called. (reported by Dan Berrios)

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