Skip to content
yushakareem edited this page Dec 12, 2019 · 30 revisions

Index of OWLOOP Wiki

  1. Structure & JavaDoc of the OWLOOP API project.

  2. What is a Descriptor in OWLOOP?

    2.1. Types of descriptors.

    2.2. Expressions that can be implemented for each type of descriptor.

    2.3. Methods of a descriptor.

    2.4. Preconstructed Descriptors provided by OWLOOP.

Code examples that show how to:

  1. Construct a type of descriptor.

  2. Add axioms to an ontology by using descriptors.

  3. Infer some knowledge (i.e., axioms) from the axioms already present within an ontology by using descriptors. This example also highlights the use of the build() method.

  4. Remove axioms from an ontology by using descriptors.

Notes for OWLOOP developers:

  1. Issues to be resolved in OWLOOP.

  2. ToDo list.