Skip to content

BONSAMURAIS/importer

BONSAI Seeder

bseeder is a CLI utility that parses .ttl files and updates their content to the Jena instance on https://db.bonsai.uno/ .

bseeder -h

Setup: To run it requires a config.ini file, see the example file config.ini.sample

python setup.py install

With docker

docker build  . -t bonsai/bseeder -f bseeder.dockerfile

docker run -it --rm bonsai/bseeder -h


docker run -it --rm -v "$PWD/config.ini":/config.ini -v "$PWD/data":/data bonsai/bseeder -i /data/*.ttl

TODO

Basic project description

Badges in Markdown format:

Installation

Details on how to install the package

pipenv install

pipenv shell

Contributing

Details on how to contribute

About

imports RDF into the Triplestore

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published