hi all, a sesame-based parsing provider is available now. if you want to use it: - update org.apache.clerezza.ext.org.openrdf.sesame bundle, build it, and start it in felix - stop org.apache.clerezza.rdf.jena.parser in felix - checkout org.apache.clerezza.rdf.sesame.parser bundle, build it, and start it in felix
there is a problem with parsing documentation.nt of the bundle org.apache.clerezza.platform.content.default404 because the file contains invalid bnode ids according to http://www.w3.org/2001/sw/RDFCore/ntriples/ a bnode id should start with a letter after "_:" this means documentation.nt of org.apache.clerezza.platform.content.default404 has to be fixed and the code that generates that bnode id should also be fixed. hasan
