Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Further Documentation

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

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.

See Also