Click or drag to resize

StaticSkosReasonerInitialise Method

Imports any Concept 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 SKOS concepts and relating them to narrower and broader concepts.
See Also