NAME
RDF::RDB2RDF::DirectMapping::Store - mapping-fu
SYNOPSIS
my $mapper = RDF::RDB2RDF->new('DirectMapping',
prefix => 'http://example.net/data/');
my $store = RDF::RDB2RDF::DirectMapping::Store->new($dbh, $mapper);
DESCRIPTION
This is pretty experimental. It provides a (for now) read-only RDF::Trine::Store based on a database handle and a RDF::RDB2RDF::DirectMapping map.
Some queries are super-optimised; others are somewhat slower.
SEE ALSO
RDF::Trine, RDF::RDB2RDF, RDF::RDB2RDF::DirectMapping.
http://www.w3.org/TR/2011/WD-rdb-direct-mapping-20110920/.
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.