Python Wrapper for Wikidata KG
Project description
pyWikiData
Python wrapper for Wikidata Knowledge Graph
Supported SPARQL backend
Install
pip install pywikidata
Install from source by poetry
poetry build
Usage
from pywikidata import Entity
entity = Entity('Q90')
entity.label # >> Paris
Entity.from_label('Paris') # >> [<Entity: Q116373885>, <Entity: Q116373939>, <Entity: Q90>, ...]
entity.instance_of # >> [<Entity: Q174844>, <Entity: Q200250>, <Entity: Q208511>, ...]
entity.forward_one_hop_neighbours # >> [(<Entity(Property): P6>, <Entity: Q2851133>), (<Entity(Property): P8138>, <Entity: Q108921672>), ...]
entity.backward_one_hop_neighbours
Entity("P81").is_property # >> True
Entity("Q90").is_property # >> False
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
pywikidata-0.1.3.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pywikidata-0.1.3.tar.gz.
File metadata
- Download URL: pywikidata-0.1.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Darwin/22.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371e64da1b79b233a46d81e7c37d1e91a06d2b7a45a32fbd0ef8bf2f485f6e31
|
|
| MD5 |
2145f70e66c08479e6122330ad8e8599
|
|
| BLAKE2b-256 |
8a451c54e2a39eb7699296f8dd63736ee3c1d2fbb0cdec84019c517aa7dea3d4
|
File details
Details for the file pywikidata-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pywikidata-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.9 Darwin/22.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6230e755b5b00659b74aae48d29e9935483b84382e24f8ce7284414530cd7a0f
|
|
| MD5 |
1ffed6c1d9d6afd7f659efaeda35c4ae
|
|
| BLAKE2b-256 |
0a8888b11dd899054df63cb04cdf3bf34d363f8819e8d25befdb0032d2ae054e
|