Click or drag to resize

StaticRdfsReasoner.Initialise 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.RDF.IGraph
Graph to import from.

Implements

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