StardogReasoningMode Enumeration |
Reasoning modes supported by Stardog.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public enum StardogReasoningMode
Public Enumeration StardogReasoningMode
Members
| Member name | Value | Description |
---|
| None | 0 |
No Reasoning (default)
|
| QL | 1 |
OWL-QL Reasoning
|
| EL | 2 |
OWL-EL Reasoning
|
| RL | 3 |
OWL-RL Reasoning
|
| DL | 4 |
OWL-DL Reasoning
|
| RDFS | 5 |
RDFS Reasoning
|
| SL | 6 |
RDFS, QL, RL, and EL axioms, plus SWRL rules
|
| DatabaseControlled | 7 |
As of Stardog 3.x the reasoning mode is no longer a connection property and is instead managed at the database level
|
See Also