I'll soon submit a patch to resolve CLEREZZA-366. This patch will involve an incompatible change of org.apache.clerezza.rdf.core.serializedform.ParsingProvider interface.
Applications should not typically be affected by this change as they use the Class org.apache.clerezza.rdf.core.serializedform.Parser and don't directly access the ParsingProvider. The changes in the Parser class do not break compatibility, new methods are available to support pasring into an existing MGraph. Reto
