Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
RDF::Helper::RDFReland - RDF::Helper bridge for RDF::Trine
SYNOPSIS
my $model = RDF::Trine::Model->new(
RDF::Trine::Storage->new( %storage_options )
);
my $rdf = RDF::Helper->new(
Namespaces => \%namespaces,
BaseURI => 'http://domain/NS/2004/09/03-url#'
);
DESCRIPTION
RDF::Helper::RDFTrine is the bridge class that connects RDF::Helper's facilites to RDF::Trine and should not be used directly.
See RDF::Helper for method documentation
AUTHOR
Kip Hampton, khampton@totalcinema.com
COPYRIGHT
Copyright (c) 2004 Kip Hampton. =head1 LICENSE
This module is free sofrware; you can redistribute it and/or modify it under the same terms as Perl itself.