App-Wikidata-Print
view release on metacpan or search on metacpan
my $app = App::Wikidata::Print->new;
Constructor.
Returns instance of object.
=head2 C<run>
my $exit_code = $app->run;
Run.
Returns 1 for error, 0 for success.
=head1 EXAMPLE
=for comment filename=print_p2668_in_czech.pl
use strict;
use warnings;
use App::Wikidata::Print;
# Arguments.
@ARGV = (
'-l', 'cs',
'P2668',
);
# Run.
exit App::Wikidata::Print->new->run;
# Output like:
# Datový typ: wikibase-item
# Å tÃtek: promÄnlivost hodnot (cs)
# Popis: pravdÄpodobnost, že se prohlášenà s touto vlastnostà zmÄnà (cs)
# Výroky:
# P2559: use only instances of Q23611439 as values (en) (normálnÃ)
# P2559: nur Instanzen von Q23611439 als Werte verwenden (de) (normálnÃ)
# P2559: utiliser uniquement les instances de Q23611439 comme valeurs (fr) (normálnÃ)
# P2559: usar solo instancias del elemento Q23611439 (es) (normálnÃ)
# P2559: # ####### ########## ######## ###### ######### ######## Q23611439 (be-tarask) (normálnÃ)
# P2559: bruk kun forekomster av Q23611439 som verdier (nb) (normálnÃ)
# P2559: # # # # # # Q23611439( # # # # # # # # # # ) # # # # # (zh-hans) (normálnÃ)
# P2559: gebruik alleen items van Q23611439 als waarden (nl) (normálnÃ)
# P2559: usar só instancias do elemento Q23611439 (gl) (normálnÃ)
# P2559: jako hodnoty použÃvejte pouze instance Q23611439 (cs) (normálnÃ)
# P2559: usare solo istanze di Q23611439 come valori (it) (normálnÃ)
# P2559: utilitzeu només les instà ncies de Q23611439 com a valors (ca) (normálnÃ)
# P2302: Q21503250 (normálnÃ)
# P2308: Q18616576
# P2309: Q21503252
# P2316: Q21502408
# P2302: Q21510865 (normálnÃ)
# P2308: Q23611439
# P2309: Q21503252
# P2302: Q52004125 (normálnÃ)
# P2305: Q29934218
# P2302: Q53869507 (normálnÃ)
# P5314: Q54828448
# P2302: Q21503247 (normálnÃ)
# P2306: P2302
# P2302: Q21510859 (normálnÃ)
# P2305: Q23611288
# P2305: Q24025284
# P2305: Q23611840
# P2305: Q23611587
# P2305: neznámá hodnota
# P2271: P569 (normálnÃ)
# P2668: Q23611288
# P2271: P1082 (normálnÃ)
# P2668: Q23611587
# P2271: P39 (normálnÃ)
# P2668: Q23611840
# P2271: P3185 (normálnÃ)
# P2668: Q24025284
# P2271: P11021 (normálnÃ)
# P2668: neznámá hodnota
# P1629: Q23611439 (normálnÃ)
# P3254: https://www.wikidata.org/wiki/Wikidata:Property_proposal/Archive/48#P2668 (normálnÃ)
# P31: Q19820110 (normálnÃ)
# P2668: Q24025284 (normálnÃ)
=head1 DEPENDENCIES
L<Class::Utils>,
L<English>,
L<Getopt::Std>,
L<Unicode::UTF8>,
L<Wikibase::API>,
L<Wikibase::Datatype::Print>.
=head1 REPOSITORY
L<https://github.com/michal-josef-spacek/App-Wikidata-Print>
=head1 AUTHOR
Michal Josef Å paÄek L<mailto:skim@cpan.org>
L<http://skim.cz>
=head1 LICENSE AND COPYRIGHT
© 2021-2025 Michal Josef Å paÄek
BSD 2-Clause License
=head1 VERSION
0.05
=cut
( run in 1.266 second using v1.01-cache-2.11-cpan-39bf76dae61 )