I managed to fiddle a bit with my blipkit startup files, so I just need to document again
I use the files blipstart (a shell script), which loads the other file: blipstart.pl.
blipstart, the shell script, just contains the following line:
pl -L0 -G0 -A0 -T0 -q -g main -t hal -s /home/samuel/blipstart.pl
blipstart.pl is basically a copy of the blipkit/bin/blip file, removing the first line, and adding the following line at the end:
:- use_module(library('semweb/rdf_db')).