how to call OWL API from vb.net.I would like to run SWRL rules uppn OWL ontology

208 Views Asked by At

I would like to run SWRL rules uppn OWL ontology and use the results in my VB.NET (web base). I downloaded OWL API (a jar file)from http://owlapi.sourceforge.net/ but in the documentation I could not find how to call this jar file from vb.net .

can you help on this?? please

1

There are 1 best solutions below

7
Ignazio On

This has the same answer as Can you use Java libraries in a VB.net program?

OWLAPI is a java library; in order to use it from another programming language, what's required is the ability of that language to interface with Java.

I do not have VB.net experience, but if it's possible to interface with Java at all then it's possible to use OWLAPI the same way.