Click or drag to resize

StardogReasoningMode Enumeration

Reasoning modes supported by Stardog.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum StardogReasoningMode
Members
  Member nameValueDescription
None0 No Reasoning (default)
QL1 OWL-QL Reasoning
EL2 OWL-EL Reasoning
RL3 OWL-RL Reasoning
DL4 OWL-DL Reasoning
RDFS5 RDFS Reasoning
SL6 RDFS, QL, RL, and EL axioms, plus SWRL rules
DatabaseControlled7 As of Stardog 3.x the reasoning mode is no longer a connection property and is instead managed at the database level
See Also