The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

rdfs2perl.pl - Convert RDFS Schema to Perl source code

SYNOPSIS

    rdfs2perl.pl [options] [ input file(s) ...]

     Options:
       --output=<name>  Send output to this file
       --rdf-file-type=<name>   The type of RDF to be parsed: XML, N3, NTriples
       --base-namespace=<name>  The Perl package name prefix for the generated code
       --debug          Turn on debug information within ODO
       --rdfs-schema    Print out RDFS schema code as well
       --help           Usage

OPTIONS

--debug

Turn on ODO debug information.

--help

Print a help message and exits.

DESCRIPTION

This program will convert RDFS Schema in the specified file(s) to a Perl object hierarchy in the optionally specified output file or STDOUT.

Debugging information is available with the <--debug> option.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 132:

You forgot a '=back' before '=head1'