.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "RDF::Generator::Void::Stats 3pm" .TH RDF::Generator::Void::Stats 3pm 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME RDF::Generator::Void::Stats \- Generate statistics needed for good VoID descriptions .SH SYNOPSIS .IX Header "SYNOPSIS" Typically called for you by RDF::Generator::Void as: .PP .Vb 1 \& my $stats = RDF::Generator::Void::Stats\->new(generator => $self); .Ve .SS METHODS .IX Subsection "METHODS" \fR\f(CI\*(C`BUILD\*(C'\fR\fI\fR .IX Subsection "BUILD" .PP Called by Moose to initialize an object. .PP \fR\f(CI\*(C`generator\*(C'\fR\fI\fR .IX Subsection "generator" .PP Parameter to the constructor, to pass a RDF::Generator::Void object. .PP \fR\f(CI\*(C`vocabularies\*(C'\fR\fI\fR .IX Subsection "vocabularies" .PP A hashref used to find common vocabularies in the data. .PP \fR\f(CI\*(C`entities\*(C'\fR\fI\fR .IX Subsection "entities" .PP The number of distinct entities, as defined in the specification. .PP \fR\f(CI\*(C`properties\*(C'\fR\fI\fR .IX Subsection "properties" .PP The number of distinct properties, as defined in the specification. .PP \fR\f(CI\*(C`subjects\*(C'\fR\fI\fR .IX Subsection "subjects" .PP The number of distinct subjects, as defined in the specification. .PP \fR\f(CI\*(C`objects\*(C'\fR\fI\fR .IX Subsection "objects" .PP The number of distinct objects, as defined in the specification. .PP \fR\f(CI\*(C`propertyPartitions\*(C'\fR\fI\fR .IX Subsection "propertyPartitions" .PP A hashref containing the number of triples for each property. .PP \fR\f(CI\*(C`classPartitions\*(C'\fR\fI\fR .IX Subsection "classPartitions" .PP A hashref containing the number of triples for each class. .SH "FURTHER DOCUMENTATION" .IX Header "FURTHER DOCUMENTATION" Please see RDF::Generator::Void for further documentation. .SH "AUTHORS AND COPYRIGHT" .IX Header "AUTHORS AND COPYRIGHT" Please see RDF::Generator::Void for information about authors and copyright for this module.