Enum StardogReasoningMode
Reasoning modes supported by Stardog.
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public enum StardogReasoningMode
Fields
Name | Description |
---|---|
DatabaseControlled | As of Stardog 3.x the reasoning mode is no longer a connection property and is instead managed at the database level |
DL | OWL-DL Reasoning |
EL | OWL-EL Reasoning |
None | No Reasoning (default) |
QL | OWL-QL Reasoning |
RDFS | RDFS Reasoning |
RL | OWL-RL Reasoning |
SL | RDFS, QL, RL, and EL axioms, plus SWRL rules |