I am using library(semweb/rdf_litindex) to create customized rdf indexes. I would like to pre-generate these index maps and save them into a file and reload them at start at run-time.
my understanding is that library(persistency) will persist rdf/3 and rdf/4 only not the literal index map. I am looking to persist the literal index map and able to reload it.
There is no support for that. Unless one uses some smart binary format, to save the maps there is probably not that much to gain with save/reload vs recompute.