kgsteward - Knowledge Graph Steward
A command line tool to manage the content of RDF store (GraphDB, Fuseki, RDF4J…). Written in python.
Installation
kgsteward is available from PyPI. It depends on hopefully standard Python packages. Its installation should be straightforward.
The recommended option is to install kgsteward
with uv
or with pip3
:
You can also clone this repo, and launch kgsteward using the script ./kgsteward
at its root
Documentation
See the documentation website
Development
Requirements:
-
uv
for development. -
Docker installed (we use
testcontainers
to deploy triplestores for testing)
Run tests, -s
will print all outputs:
With HTML coverage report:
Start documentation website in development:
References
kgsteward
was developped to manage experimental chemical data (LC-MS2) and experimental biological data (bio-activity) data together with reference chemical structures derived from public database (LOTUS, wikidata) as reported in A Sample-Centric and Knowledge-Driven Computational Framework for Natural Products Drug Discovery.