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

NAME

RDF::RDB2RDF - map relational database to RDF declaratively

SYNOPSIS

 print RDF::RDB2RDF::R2RML->new($r2rml)->process_turtle($dbh);

DESCRIPTION

It's quite common to want to map legacy relational (SQL) data to RDF. This is usually quite simple to do by looping through database tables and spitting out triples. Nothing wrong with that; I've done that in the past, and that's what RDF::RDB2RDF does under the hood.

But it's nice to be able to write your mapping declaratively. This distribution provides two modules to enable that:

SEE ALSO

RDF::Trine, RDF::RDB2RDF::Simple, RDF::RDB2RDF::R2RML.

http://perlrdf.org/.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT

Copyright 2011 Toby Inkster

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