onto_dl_check
Determine whether one class is subsumed by another using DL tableaux reasoning. Returns the subclass relation with justification.
Instructions
Check if one class is subsumed by another using DL tableaux reasoning. Returns whether sub_class is a subclass of super_class, with justification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sub_class | Yes | IRI of the sub-class (the more specific class) | |
| super_class | Yes | IRI of the super-class (the more general class) |