Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
owl_reasoners_via_owlapi [2014/06/05 11:38] – external edit 127.0.0.1owl_reasoners_via_owlapi [2014/08/08 09:35] admin
Line 1: Line 1:
 ====== Integration of OWL reasoners via OWLAPI ====== ====== Integration of OWL reasoners via OWLAPI ======
  
-Conventional OWL reasoners like Pellet or HermiT are interfaced via the OWL APIThe interface currently supports reasoning about the class ontology, especially the computation of inferred subclassesThe interface code is contained in the package knowrob_common in the module knowrob_owlapi+**Note: This page describes experimental code that has not been used in a whilePlease try it at your own risk.**
  
-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:+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:
  
   ?- owlapi_subclass_of(Sub, Super)   ?- owlapi_subclass_of(Sub, Super)