Skip to main content

Utility functions for working with Wikidata

Project description

Run SPARQL queries on Wikidata or other services

query = """
    SELECT ?unicode_charater
    WHERE
    {
        wd:$id wdt:P487 ?unicode_charater.
    }
"""
result = mkwikidata.run_query(query, params={ "id": "Q44" })
result # 🍺

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkwikidata-0.14.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

mkwikidata-0.14-py2.py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page