Thursday, November 19, 2015

RDF processing in C#

I recently started working on a project that used the RDF standard (http://www.w3.org/RDF/)

I needed to develop an application that leveraged this standard using C#/.NET, so I naturally began hunting for any .NET libraries that would make handling this platform much easier.

Fortunately, I found such a library called dotNetRDF!  http://dotnetrdf.org/

Even better, this library is also available as a NuGet package!


No comments:

Post a Comment