
RDF::Core - An object oriented Perl modules for handling tasks related to RDF.

RDF::Core has these parts:
Model provides interface to store RDF statements, ask about them and retrieve them back.
Defines usefule constants for the RDF processing like namespaces etc.
Generates statements from an RDF XML document.
Model::Parser is a simple interface object to a parser. It's purpose is to provide a prototype of object accomodating any other parser.
Serializes RDF Model into XML.
Model::Serializer is an interface object for Serializer.
An object for storing statements. There are several implementations of Storage - in memory, in a BerkeleyDB 1.x (DB_File) files and PostgreSQL database.
Enumerator is a result set of statements retrieved from Model
An implementation of query language.
The RDF Schema utilities.
RDF::Core::Statement, RDF::Core::Resource, RDF::Core::Literal, RDF::Core::Node

This package is subject to the MPL (or the GPL alternatively).

Ginger Alliance, rdf@gingerall.cz

perl(1).