Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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

I found RDFSharp at Codeplex and, for me, it seems promising, with nice ideas and a user-friendly API. It is very young, so it can only mature with the time.

I highly recommend Intelldimensions offerings in this space.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top