Reputation: 4091
I need to make use of some OWL ontologies in c#. Does anyone have a suggestion where I can start? Or if there are any libraries available for .NET please?
Upvotes: 1
Views: 5016
Reputation: 1
You can use RDFSharp on Microsoft Codeplex. It has a semantic extension capable of modeling, validating and reasoning on OWL-DL ontologies.
Upvotes: 0
Reputation:
Use Protege this is a open source tool of ontology editor and a knowledge acquisition system. It gives a GUI to define ontologies.
Upvotes: 2