Click or drag to resize

StaticRdfsReasonerInitialise Method

Imports any Class heirarchy information from the given Graph into the Reasoners Knowledge Base in order to initialise the Reasoner.

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

Parameters

g
Type: VDS.RDFIGraph
Graph to import from.

Implements

IInferenceEngineInitialise(IGraph)
Remarks
Looks for Triples defining things to be classes and those defining that something is a subClass of something.
See Also