Slowly getting back into the SASSY project. It does take a while to pick up the threads after a 6 month break.
The current primary task is part of the bootstrapping process. It involves creating some rules that replace template "macros" in a document with data extracted from another RDF data set.
On inspection of the RDF for the base document I noted it was full of statements that should not have been there. This was the side effect of a bug, that has already been fixed.
My RDFGUI program can remove statements from a model, but it takes three mouse clicks for every one, and there are hundreds to be deleted. A multi-statement delete is on the TODO list, so it was time to implement it.
That change has just been completed, tested and checked into the SourceForge repository.
Now I can clean up the data, and actually start developing these rules.
#SASSY