RDF::Helper::RDFReland(3) RDF::Helper bridge for RDF::Redland

SYNOPSIS


my $model = RDF::Redland::Model->new(
RDF::Redland::Storage->new( %storage_options )
);
my $rdf = RDF::Helper->new(
Namespaces => \%namespaces,
BaseURI => 'http://domain/NS/2004/09/03-url#'
);

DESCRIPTION

RDF::Helper::RDFRedland is the bridge class that connects RDF::Helper's facilites to RDF::Redland and should not be used directly.

See RDF::Helper for method documentation

AUTHOR

Kip Hampton, [email protected]

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.