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

vamp-rdf-template-generator — create a skeleton RDF description file describing a Vamp plugin library

Author

       This manual page was written by Székelyi Szabolcs cc@mail.3d.hu for the Debian system (and may be used by
       others).  Permission is granted to copy, distribute and/or modify this document under the  terms  of  the
       GNU General Public License, Version 2 any later version published by the Free Software Foundation.

       On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-
       licenses/GPL.

                                                                                  VAMP-RDF-TEMPLATE-GENERATOR(1)

Description

       This manual page documents briefly the vamp-rdf-template-generator command.

       This manual page was written for the Debian distribution because the original program  does  not  have  a
       manual page.

       vamp-rdf-template-generator  is  a  program  to  generate  RDF  description  templates  from  binary Vamp
       libraries. It outputs a template for the RDF file describing plugins contained in soname, or  for  plugin
       in  soname.   The  generated output requires manual editing. It will contain PLUGIN_BASE_URI as the topic
       and base URI of the description and YOUR_URI as the plugin maker.

Environment

       VAMP_PATH A colon-separated list of directories to look for plugins.

Name

       vamp-rdf-template-generator  —  create  a  skeleton RDF description file describing a Vamp plugin library
       using the Vamp ontology

Options

-i        Run in interactive mode, prompting for PLUGIN_BASE_URI         and YOUR_URI.

       -mYOUR_URI
                 Set the plugin maker to YOUR_URI.

Synopsis

vamp-rdf-template-generator [-i]  [vamp:soname[:plugin]]  [...]

       vamp-rdf-template-generator [PLUGIN_BASE_URI]  [-mYOUR_URI]  [[vamp:]soname[:plugin]]  [...]

See Also