IOwlReasoner Methods |
The IOwlReasoner type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a Graph to the reasoners knowledge base.
| |
| Classify |
Extracts the triples which comprise the class hierarchy.
| |
| Extract(IEnumerableString) |
Extracts all possible triples using the given extraction modes.
| |
| Extract(String) |
Extracts all possible triples using the given extraction mode.
| |
| Extract(IGraph, INode) |
Extract a reasoning enhanced sub-graph from the given Graph rooted at the given Node.
| |
| IsConsistent |
Returns whether the underlying knowledge base is consistent.
| |
| IsConsistent(IGraph) |
Returns whether the given Graph is consistent with the underlying knowledge base.
| |
| Realize |
Extracts the triples which comprise the class hierarchy and individuals of those classes.
|