Skip to main content

Download data from Wikidata based on input SPARQL query.

Project description

wikidata-dl

Description

wikidata-dl is a command line program for downloading data from Wikidata based on SPARQL queries.

Installation

pip install wikidata_dl

Usage

Download all results returned by the query and store them in the wikidata directory in the current working directory:

wikidata-dl /path/to/my-query.sparql

Show only the result count returned by the query without downloading anything:

wikidata-dl --dry-run /path/to/my-query.sparql

For a complete reference of the command line options run:

wikidata-dl --help

Sample Query

The following query returns IDs for all Wikidata entities that are an instance of (P31) a continent (Q5107).

SELECT ?item WHERE {
    ?item wdt:P31 wd:Q5107.
}

Conventions

  • The SPARQL query you pass to the program must return Wikibase IDs.
  • The query variable where the entity ID is stored must be called item.

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

wikidata_dl-2022.3.4.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wikidata_dl-2022.3.4-py2.py3-none-any.whl (5.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file wikidata_dl-2022.3.4.tar.gz.

File metadata

  • Download URL: wikidata_dl-2022.3.4.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.7

File hashes

Hashes for wikidata_dl-2022.3.4.tar.gz
Algorithm Hash digest
SHA256 b6a0744d3013da6001299182863318e959aee1508171671484d5128afd084bcb
MD5 a7cb00c25ea503599d14db897b690dc1
BLAKE2b-256 b4a3c0b1e8a421cb786c9bf10a1ae7a2d8a95a15dc58416e68bfa563e722b6f4

See more details on using hashes here.

File details

Details for the file wikidata_dl-2022.3.4-py2.py3-none-any.whl.

File metadata

  • Download URL: wikidata_dl-2022.3.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.7

File hashes

Hashes for wikidata_dl-2022.3.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 be2aa20d06caf4cd147096cd0a6f075af09730f76f03cf2b7c4e779862b6e20f
MD5 cb21d75d7c1b6c5a17fe9f4ec579b5d1
BLAKE2b-256 b410f881f2499fdd3e45e7803b29019b59e669768510474c7edf632cb242e479

See more details on using hashes here.

Supported by

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