How can I connect pellet with C#? (Loading ontology in C#.)

614 Views Asked by At

I am running a Pellet 1.5.x server right now. I need to load an ontology in C# and do queries to the running server of Pellet. How do I do this?

I also need to know how the queries are managed by Pellet (what are the structure of the queries), well ty /wave.

1

There are 1 best solutions below

0
On

Is it running any web services or provide REST API's

If not, then you need to write one.

Other option is to see if it can be converted using iKvm