Persisting with Semantic Web in .NET
Some weeks ago I post a way to embed Semantic Web engines, Jena and Pellet in .NET solutions. Recently I had an odd behaviour when persisting RDF models to a file via Model.write and Model.writeall methods.
Fortunately it was just a bug from IKVM version 0.34.0.2 (The JVM with .NET). I’ve tested it with the last version of IKVM 0.36.0.11 and the problem is solved.
In order to have Pellet, Jena and SQL Server working in .NET just follow the guidelines of the previous post, but downloading the last version of Pellet, and using the updated .bat file.



