full_reasoning |
( |
|
$json_str, |
|
|
|
$strategy = 'crowd' , |
|
|
|
$reasoner = 'Racer' |
|
) |
| |
Check the diagram represented in JSON format for full reasoning.
- Parameters
-
$json_str | A String with the diagram in JSON format. |
$strategy | A String representing an specific Description Logic encoding |
$reasoner | A String with the reasoner name. We support two: Konclude and Racer. |
- Returns
- Wicom an answer object.
is_satisfiable |
( |
|
$json_str, |
|
|
|
$strategy = 'crowd' , |
|
|
|
$reasoner = 'Racer' |
|
) |
| |
Check the diagram represented in JSON format for satisfiability.
- Parameters
-
$json_str | A String with the diagram in JSON format. |
$strategy | A String representing an specific Description Logic encoding |
$reasoner | A String with the reasoner name. We support two: Konclude and Racer. |
- Returns
- Wicom an answer object.
owl2importer |
( |
|
$owl2, |
|
|
|
$reasoner = 'Racer' |
|
) |
| |
The documentation for this class was generated from the following file: