NAME
App::perlrdf::Command::Void - Generate VoID descriptions on the command line
SYNOPSIS
For full documentation, install App::perlrdf and go
perlrdf void
Typical use might be
perlrdf store_load -Q=test.sqlite t/data/basic.ttl
perlrdf void -Q test.sqlite --endpoint_urls http://example.org/sparql -o - 'http://example.org/void#dataset'
DESCRIPTION
This module implements functionality so that VoID descriptions can be generated on the command line using perlrdf.
METHODS
execute
This module only implements one method, execute, which runs the generator.
FURTHER DOCUMENTATION
Please see RDF::Generator::Void for further documentation.
AUTHORS AND COPYRIGHT
Please see RDF::Generator::Void for information about authors and copyright for this module.