Provides classes and interfaces for loading, editing and writing RDF/XML data. These classes represent the internals of Ganesha that do the actual work on the RDF data.

The {@link com.twiddles.ganesha.gui.GUI} frontend interacts with RDF data via the interfaces provided in this package. This allows for changes in the implementation of how RDF data is worked on which are completely independent of the GUI code.

The current implementation uses the Jena API for working with RDF/XML data.