up vote 3 down vote favorite
2
share [g+] share [fb]

For those of you working on Semantic Web development, which C# tools do you use for reasoning, parsing, etc.? The idea is to build a central repository of all C# APIs currently available. Sort of like I did here. Please post links, if you can, so I am able to summarize correctly.

link|improve this question

feedback

5 Answers

up vote 2 down vote accepted

A nearly comprehensive list of .net (c# or whatever) semantic web tools could be found at W3C SemanticWebTools page or AI3 swtools list

link|improve this answer
feedback

I highly recommend Intelldimensions offerings in this space.

link|improve this answer
feedback

for a FOSS product that provides VS.NET extensions, and a full LINQ query provider, consider linqtordf

link|improve this answer
feedback

You could try my Library dotNetRDF - it is free and open source and provides a state of the spec SPARQL implementation including almost all current draft SPARQL 1.1 features

link|improve this answer
feedback

There is a new version of the Semantics Platform available that has: RDF data stores with SPARQL and inference rule support and a rich RDF processing library for .NET/C#.

There is also a new free edition.

See: http://www.intellidimension.com/ for more info

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.