-2

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 Answers1

0

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.

Community
  • 1
  • 1
Ignazio
  • 10,504
  • 1
  • 14
  • 25
  • hi dear ignazio. do you have some experince or some source code with .net like c# regarding this issue . because i can convert c# to vb.net if you have sample for that. i would appreciate if you can help me on that. – Mehdi Tarabi Mar 20 '17 at 19:26
  • I don't but check the answers on the question I linked, there are examples and projects linked. – Ignazio Mar 20 '17 at 19:32
  • they said it can not be done .they said i need to know j# . but i know just vb,net asp.net and sql server – Mehdi Tarabi Mar 20 '17 at 19:34
  • i installed netbeans and i tried to work with netbeans . but still i could not find any good information how to work with OWL and SWRL with net beans .do you have some source code related to it? please – Mehdi Tarabi Mar 20 '17 at 19:39
  • OWLAPI tutorials are available here: https://github.com/owlcs/owlapi/wiki/Documentation – Ignazio Mar 20 '17 at 22:45
  • ok but seems it just can be work with netbeans not with vb.net.. so do i need to switch to netbeans ??? – Mehdi Tarabi Mar 23 '17 at 14:30
  • Of course it can be used from any Java IDE. Netbeans, Intellij or Eclipse can all be used. – Ignazio Mar 23 '17 at 15:23