This package is for very simple manipulations
of RDF/XML serialisations of RDF graphs.
It consists of:
RDF::Simple::Parser
RDF::Simple::Serialiser
Please consult the individual pod for these packages.
The parser requires XML::SAX,
The serialiser requires Template Toolkit (Template)
Also provided is RDF::Simple::NS,
a utility class for XML namespaces in RDF
The aim here is to keep things Simple:
e.g., the parser doesn't differentiate between
literal and resource values in the model
All you get back is a bucket-o-triples
(array of arrays)
The serialiser does its best to do DWYM.
If you want a more complex and involved RDF API,
I'd suggest looking at RDF::Core
or at the redland RDF application toolkit
at http://www.redland.opensource.ac.uk
This is an early alpha release, and likely contains bugs.
Please report them!
AUTHOR
Jo Walsh <jo@london.pm.org>
THANKS
Sean Palmer, Paul Mison, Matt Biddulph
Openmute - http://www.metamute.com - for general support
LICENSE
This package and its contents are available
under the same terms as perl itself
Module Install Instructions
To install RDF::Simple, copy and paste the appropriate command in to your terminal.