Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
owl_reasoners_via_owlapi [2013/02/04 14:04] tenorthowl_reasoners_via_owlapi [2014/08/08 09:35] (current) admin
Line 1: Line 1:
 ====== Integration of OWL reasoners via OWLAPI ====== ====== Integration of OWL reasoners via OWLAPI ======
 +\\
 +**Note: This page describes experimental code that has not been used in a while. Please try it at your own risk.**
 +\\
  
-Conventional OWL reasoners like Pellet or HermiT are interfaced via the OWL API. The interface currently supports reasoning about the class ontology, especially the computation of inferred subclasses. The interface code is contained in the package knowrob_common in the module knowrob_owlapi +Conventional OWL reasoners like Pellet or HermiT are interfaced via the OWL API. The interface currently supports reasoning about the class ontology, especially the computation of inferred subclasses. The interface code is contained in the package //knowrob_common// in the module //knowrob_owlapi//. There is a convenience predicate for calling the subclass-of relation which initializes the OWLAPI interface, copies the current class taxonomy from KnowRob, instantiates the reasoners and returns the inferred subclasses:
- +
-There is a convenience predicate for calling the subclass-of relation which initializes the OWLAPI interface, copies the current class taxonomy from KnowRob, instantiates the reasoners and returns the inferred subclasses:+
  
   ?- owlapi_subclass_of(Sub, Super)   ?- owlapi_subclass_of(Sub, Super)