The source code may use or refer to content in a local workspace. This Bioclipse workspace used can be found on GitHub.
base = rdf.createStore("/tmp/chebiowl")
To run this code, you first need to install
Bacting (Groovy) or
pyBacting (Python).
@Grab(group='io.github.egonw.bacting', module='managers-rdf', version='0.1.2')
workspaceRoot = "../ws"
rdf = new net.bioclipse.managers.RDFManager(workspaceRoot);
base = rdf.createStore("/tmp/chebiowl")