Greengrass is a C# framework providing a
high-level API for the Resource Description
Framework (RDF), allowing RDF triples to be
parsed, stored, and manipulated. Greengrass
supports serialization and deserialization of CLR
types to plain RDF, OWL, and other RDF
vocabularies. Greengrass should work with any
CLR-complied language, like C#, BOO, IronPython,
Nemerle, IKVM Java, and VB.NET.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds a full Turtle parser that passes all W3C tests and has the ability to parse string buffers. It adds an emit-based persistence manager that is upto 12x faster than the old reflection-based one. It fixes the problem with objects being saved even if not changed. It adds autotools-based build scripts.