White Paper: Exploiting the RDF-based Linked Data Web using .NET via LINQ

OpenLink has recently posted an excellent white paper on using LinqToRdf with Virtuoso and the Virtuoso Sponger:

Recently OpenLink has been investigating [LinqToRdf](http://code.google.com/p/linqtordf/), an exciting project from [Andrew Matthews](http://aabs.wordpress.com/) which aims to bring the Semantic Web to .NET. Because of their language bindings and heritage, existing RDF APIs such as Sesame, Jena and Redland predominantly favour non-Windows clients. Conversely Microsoft's ADO.NET Data Services provides a Redmond vision of exposing data on the Web but has no support for RDF. LinqToRdf is, as far as we're aware, the first serious effort to fill this gap and provide a bridge between Windows applications and the Semantic Web. OpenLink has produced a whitepaper [Exploiting the RDF-based Linked Data Web using .NET via LINQ](http://virtuoso.openlinksw.com/Whitepapers/html/linqtordf/linqtordf1.htm) which provides a brief overview of LinqToRdf and an example of its use to retrieve data from the [MusicBrainz](http://musicbrainz.org/) music metadatabase via an OpenLink Virtuoso Quad Store. The document also illustrates the use of the [Virtuoso Sponger](http://virtuoso.openlinksw.com/Whitepapers/pdf/sponger_whitepaper_10102007.pdf), an "RDFizer" forming part of the RDF toolset provided with OpenLink Virtuoso Universal Server, to convert the raw MusicBrainz data to RDF on-the-fly. A further aim of the whitepaper is to draw attention to Andrew's excellent effort and hopefully tempt members of the Semantic Web community to contribute. Andrew was kind enough to incorporate some changes into LinqToRdf in response to OpenLink's testing. These have been included with major improvements of his own in a new release - [LinqToRdf v0.8](http://aabs.wordpress.com/2008/08/01/announcing-linqtordf-v08/).

Dialogue & Discussion