NAME

RDFStore::Stanford::Vocabulary::Generator - implementation of the Vocabulary Generator RDF API

SYNOPSIS

use RDFStore::Stanford::Vocabulary::Generator;
my $generator = new RDFStore::Stanford::Vocabulary::Generator();
# see vocabulary-generator.pl
$generator->createVocabulary($packageClass, $all, $namespace, $outputDirectory, $factoryStr);

DESCRIPTION

Generate Perl packages with constants for resources defined in an RDF (Schema).

SEE ALSO

RDFStore::Vocabulary::RDF(3) RDFStore::Vocabulary::RDFS(3) RDFStore::Vocabulary::DC(3) RDFStore::Vocabulary::DAML(3) RDFStore::SchemaModel(3)

AUTHOR

Alberto Reggiori <alberto.reggiori@jrc.it>