Click or drag to resize

PelletServerGetKnowledgeBases Method

Gets all the Knowledge Bases which support a given Server.

Namespace:  VDS.RDF.Query.Inference.Pellet
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<KnowledgeBase> GetKnowledgeBases(
	Type t
)

Parameters

t
Type: SystemType
Service Type.

Return Value

Type: IEnumerableKnowledgeBase

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.PelletServer.GetKnowledgeBases(System.Type)"]

See Also