-
Notifications
You must be signed in to change notification settings - Fork 9
Home
yushakareem edited this page Dec 12, 2019
·
30 revisions
-
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:
-
Construct a type of descriptor.
-
Add axioms to an ontology by using descriptors.
-
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. -
Remove axioms from an ontology by using descriptors.
Notes for OWLOOP developers: