2

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

1 Answers1

0

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

david valentine
  • 4,625
  • 2
  • 21
  • 15