Show / Hide Table of Contents

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

Extension Methods

Extensions.AsEnumerable<StardogReasoningMode>()
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX