RDF::Helper

Provide a consistent, Perlish interface to Perl's varous RDF processing tools
Download

RDF::Helper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kip Hampton
  • Publisher web site:
  • http://search.cpan.org/~khampton/

RDF::Helper Tags


RDF::Helper Description

Provide a consistent, Perlish interface to Perl's varous RDF processing tools RDF::Helper is a Perl module that intends to simplify, normalize and extend Perl's existing facilities for interacting with RDF data.RDF::Helper's goal is to offer a common interface to existing packages like RDF::Redland and RDF::Core that makes things easier, more Perlish, and less verbose for everyday use, but that in no way blocks power-users from taking advantage of what those tools individually offer.SYNOPSIS use RDF::Helper; my $rdf = RDF::Helper->new( BaseInterface => 'RDF::Redland', Namespaces => { dc => 'http://purl.org/dc/elements/1.1/', rdf => "http://www.w3.org/1999/02/22-rdf-syntax-ns#", '#default' => "http://purl.org/rss/1.0/", } ); Requirements: · Perl


RDF::Helper Related Software