logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::perlrdf::Command::Void - Generate VoID descriptions on the command line

Description

       This module implements functionality so that VoID descriptions can be generated on the command line using
       perlrdf.

Further Documentation

       Please see RDF::Generator::Void for further documentation.

Methods

execute
       This module only implements one method, execute, which runs the generator.

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'

See Also