RDF::Generator::Void

Generate voiD descriptions based on data in an RDF model
Download

RDF::Generator::Void Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kjetil Kjernsmo
  • Publisher web site:
  • http://search.cpan.org/~kjetilk/

RDF::Generator::Void Tags


RDF::Generator::Void Description

RDF::Generator::Void is a Perl module that takes a RDF::Trine::Model object as input to the constructor, and based on the data in that model, it creates a new model with a voiD description of the data in the model.SYNOPSIS use RDF::Generator::Void; use RDF::Trine::Model; my $mymodel = RDF::Trine::Model->temporary_model; my $generator = RDF::Generator::Void->new(inmodel => $mymodel); my $voidmodel = $generator->generate;Product's homepage


RDF::Generator::Void Related Software