stardog-union / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
305 stars 152 forks source link

Explain inference #20

Open MatteoTornielli opened 9 years ago

MatteoTornielli commented 9 years ago

In protégé it is possible to get the explanations of a inference by clicking on the question mark schermata 2015-07-27 alle 16 00 19

I'm trying to get the same result in an eclipse java project but i didn't succeed, can you give me some advice?

azamzamy commented 8 years ago

@MatteoTornielli Hey. Did you manage to find a solution? As I am having your same problem. Thanks.

LorenzBuehmann commented 8 years ago

@MatteoTornielli @azamzamy The issue tracker is not a Q/A forum. Please ask such things on the mailing list. @topic There are examples in the Pellet distribution [1]

[1] https://github.com/Complexible/pellet/blob/master/examples/src/main/java/org/mindswap/pellet/examples/ExplanationExample.java