Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Edit Wikidata items with RDF

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