What are the popular free/paid .net based RDF stores?
|
1
1
|
|
|
|
|
2
|
As far as I know the only entirely .Net based Triple Store is Semantics Server from Intellidimension which is a paid product backed by SQL Server which requires licenses for both their product and SQL Server in order to run. As far as free libraries go both dotNetRDF (disclaimer: which I develop) and SemWeb support connecting to various different 3rd party Triple Stores. dotNetRDF supports AllegroGraph, 4store, Joseki, Sesame, Talis and Virtuoso Both these libraries also can create SQL backed stores using various different backing SQL databases but these stores will not be as efficient as connecting to a dedicated triple store. Edit Key message to take away from this is that there are lots of good non .Net Triple Stores out there already and you should take advantage of those as many can run in a Windows/.Net environment and you can use .Net libraries to communicate with them if like me you prefer to work in ,Net |
|||
|
|
|
1
|
See also: Jena .NET (However, I've never used it myself).
|
||
|
|
|
0
|
Lately I noticed Sesame has HTTP component that can be used for interfacing. An application in C# and semantic component in Java served over HTTP (REST or something). |
|||
|