RDF-Redland-Model-ExifTool

This class:

	* extends the Redland set of RDF statements, or model,
          to process Exif meta data from ExifTool.
	* is used by an example script, exif2rdf, to print
          Exif meta data from files as RDF statements

INSTALLATION

This class depends on non-core Perl modules and classes,
see PREREQ_PM in Makefile.PL .

To install this class, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this class with the
perldoc command.

    perldoc RDF::Redland::Model::ExifTool

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=RDF-Redland-Model-ExifTool

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/RDF-Redland-Model-ExifTool

    CPAN Ratings
        http://cpanratings.perl.org/d/RDF-Redland-Model-ExifTool

    Search CPAN
        http://search.cpan.org/dist/RDF-Redland-Model-ExifTool


COPYRIGHT AND LICENCE

Copyright (C) 2008 Andrew Flint

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

