logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Fix::wd_simple_strings - Simplify labels, descriptions, and aliases of Wikidata entity records

Author

       Jakob Voß

Description

       This Catmandu::Fix modifies a Wikidata entity record by simplifying the labels, aliases, and
       descriptions. In particular it converts

           "en": { "language: "en", "value": "foo" }

           "en": [ { "language: "en", "value": "foo" },
                   { "language: "en", "value": "bar" } ]

       to

           "en": "foo"

           "en": ["foo","bar"]

Name

       Catmandu::Fix::wd_simple_strings - Simplify labels, descriptions, and aliases of Wikidata entity records

See Also

       Catmandu::Fix::wd_simple applies both Catmandu::Fix::wd_simple_strings and
       Catmandu::Fix::wd_simple_claims.

Version

       version 0.06

See Also