Provided by: librdf-generator-void-perl_0.16-1_all bug

NAME

       RDF::Generator::Void::Stats - Generate statistics needed for good VoID descriptions

SYNOPSIS

       Typically called for you by RDF::Generator::Void as:

         my $stats = RDF::Generator::Void::Stats->new(generator => $self);

   METHODS
       "BUILD"

       Called by Moose to initialize an object.

       "generator"

       Parameter to the constructor, to pass a RDF::Generator::Void object.

       "vocabularies"

       A hashref used to find common vocabularies in the data.

       "entities"

       The number of distinct entities, as defined in the specification.

       "properties"

       The number of distinct properties, as defined in the specification.

       "subjects"

       The number of distinct subjects, as defined in the specification.

       "objects"

       The number of distinct objects, as defined in the specification.

       "propertyPartitions"

       A hashref containing the number of triples for each property.

       "classPartitions"

       A hashref containing the number of triples for each class.

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.