Click or drag to resize

IOwlReasonerAdd Method

Adds a Graph to the reasoners knowledge base.

Namespace:  VDS.RDF.Query.Inference
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Add(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
Exceptions
ExceptionCondition
NotSupportedExceptionMay be thrown if the Reasoner does not support such an operation.
Remarks

A reasoner may choose to do nothing in this method if that reasoner especially if it operates using some pre-defined, remote or otherwise immutable knowledge base.

See Also