Click or drag to resize

StaticOwlReasonerWrapper Constructor

Creates a new OWL Reasoner Wrapper around the given OWL Reasoner.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StaticOwlReasonerWrapper(
	IOwlReasoner reasoner
)

Parameters

reasoner
Type: VDS.RDF.Query.InferenceIOwlReasoner
OWL Reasoner.
See Also