The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Wikidata - Import from Wikidata for processing with Catmandu

VERSION

version 0.3.0

SYNOPSIS

    catmandu convert Wikidata --items Q42,P19 to JSON --pretty
    catmandu convert Wikidata --site enwiki --title "Emma Goldman" to JSON --pretty
    catmandu convert Wkidata --title dewiki:Metadaten to JSON --pretty

    catmandu convert Wikidata --title "Emma Goldman" \
        --fix "wdata_retain_language('en')" to JSON --pretty

DESCRIPTION

Catmandu::Wikidata provides modules to process data from http://www.wikidata.org/ within the Catmandu framework.

MODULES

Catmandu::Importer::Wikidata

Import entities from http://www.wikidata.org/.

Catmandu::Fix::wdata_retain_language

Provides the fix wdata_retain_language($language) to limit the values of field aliases, labels, and descriptions to a selected language.

Catmandu::Fix::wdata_simplify_claims

Simplfies the claims field of a Wikidata entity record.

SEE ALSO

Background information on Catmandu can be found at <http://librecat.org/>.

Background information on Wikidata can be found at <http://www.wikidata.org/wiki/Wikidata:Introduction>.

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.