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:
RDF::RDB2RDF::Simple - map relational database to RDF easily
RDF::RDB2RDF::R2RML - map relational database to RDF using R2RML
SEE ALSO
RDF::Trine, RDF::RDB2RDF::Simple, RDF::RDB2RDF::R2RML.
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.