Create a default Jena-Sesame-Model, which uses a Sesame in-memory local repository,
and does not have persistent support, synchroinzation support and inference capability.
This class wraps a Sesame repository and presents it as a Jena Graph
NOTE: This class does NOT support remove'ing triples from the iterators returned by find!
This means essentially everything, removing can only be done by performRemove call!
Create a Jena Graph, which represents a Sesame in-memory local repository
that does not have persistent support, synchroinzation support and inference capability.