Class OwlReasonerWrapper
Wrapper around an IOwl
Implements
Inherited Members
Namespace: VDS.RDF.Query.Inference
Assembly: dotNetRdf.Inferencing.dll
Syntax
public class OwlReasonerWrapper : StaticOwlReasonerWrapper, IInferenceEngine
Remarks
Effectively equivalent to Static
Constructors
| Improve this Doc View SourceOwlReasonerWrapper(IOwlReasoner)
Creates a new OWL Reasoner Wrapper around the given OWL Reasoner.
Declaration
public OwlReasonerWrapper(IOwlReasoner reasoner)
Parameters
Type | Name | Description |
---|---|---|
IOwl |
reasoner | OWL Reasoner. |
Remarks
Effectively equivalent to Static
Methods
| Improve this Doc View SourceApply(IGraph, IGraph)
Applies the reasoner to the given input Graph outputting inferences into the output Graph.
Declaration
public override void Apply(IGraph input, IGraph output)
Parameters
Overrides
Remarks
Effectively equivalent to Static
Apply(IGraph)
Applies the reasoner to the given Graph outputting inferences into the same Graph.
Declaration
public override void Apply(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
Overrides
Remarks
Effectively equivalent to Static