views:

113

answers:

2

Do you know of any OWL 2 tools/libraries implemented in C#? There are some in Java, but am I to rewrite them to C# or invent my own ones If I prefer .Net?

+1  A: 

Unfortunately there aren't any that I know of.

I've been talking with the guys at Clark & Parsia about bringing Pellet support to my dotNetRDF library hopefully by year end but I assume you're talking about much fuller OWL 2 support e.g. a C# implementation of the OWLAPI which certainly won't be provided for my library anytime soon

RobV
+1  A: 

Take a look at Rowlex. Here is a quote from the site:

It allows programmers to create and browse RDF documents while keeping the focus on the business objects. It abstracts away the level of RDF triples and elevates the level of the programming work to (OWL) classes and properties.

I have taken a look at their docs and the library looks good.

davidseth