https://github.com/josh/wikidata-rdf-patch
Edit Wikidata items with RDF
https://github.com/josh/wikidata-rdf-patch
python rdf sparql wikidata
Last synced: over 1 year ago
JSON representation
Edit Wikidata items with RDF
- Host: GitHub
- URL: https://github.com/josh/wikidata-rdf-patch
- Owner: josh
- License: mit
- Created: 2024-06-18T02:21:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T21:03:06.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:22:23.090Z (over 1 year ago)
- Topics: python, rdf, sparql, wikidata
- Language: Python
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wikidata-rdf-patch
Edit Wikidata items with RDF. Kinda like [QuickStatements](https://quickstatements.toolforge.org/#/), but more powerful.
## Installation
Install this tool using `pip`:
```sh
$ pip install git+https://github.com/josh/wikidata-rdf-patch.git
```
## Usage
For help, run:
```sh
$ wikidata-rdf-patch --help
```
`statements.ttl` in [turtle syntax]().
```ttl
wd:Q42 wdt:P31 wd:Q5 ;
wdt:P1559 "Douglas Adams"@en .
```
```sh
$ wikidata-rdf-patch