Re: Developers Guide to Semantic Web Toolkits for different Programming Languages

Chris

Ian Davis and I are working on a .Net/Mono based framework at 
SemanticPlanet.com, and we have published 2 libraries:

RdfLib - http://www.semanticplanet.com/library?pagename=RdfLib.HomePage

SemPlan.RdfLib provides foundation RDF services for other applications 
such as parsing and writing RDF. The SemPlan.RdfLib.Core namespace 
contains classes defining fundamental RDF concepts such as UriRef, 
BlankNode etc. It also contains a Parser interface with a number of 
implementations: our own RDF-XML parser; DriveParser which is a wrapper 
around the pure .NET Drive Parser and ICalParser which wraps SemaView’s 
iCal parser. We also include two types of TripleStore - an in-memory one 
suitable for small scale or ad-hoc processing and an experimental mySQL 
backed one which offers persistent storage and handling of datasets 
larger than available memory.

Carp - http://www.semanticplanet.com/library?pagename=Carp.HomePage

SemPlan.Carp uses RdfLib and conceptually sits in a layer above it. Carp 
stands for Convenient API for RDF Programing and is designed to provide 
a simple API for programming with RDF without losing the power of the 
underlying model.  See more at 
http://www.semanticplanet.com/library?pagename=Carp.IntroductionToCarp

Kind regards

James Carlyle

Received on Tuesday, 8 February 2005 10:17:16 UTC